Agent skill
auditing-project
Audits the project for consistency issues that may arise from manual editing. Checks package scripts, tsconfig paths, README tables, and other conventions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/security/auditing-project
SKILL.md
Auditing Project
Check for inconsistencies that may have been introduced by manual editing.
Steps
Run each audit script with --check flag:
- Package scripts:
.claude/skills/authoring-global-scripts/scripts/sync-package-scripts.ts --check - TSConfig paths:
.claude/skills/syncing-tsconfig-paths/scripts/sync-tsconfig-paths.ts --check
If issues are found, run the corresponding skill to fix them.
Reference
What Gets Checked
| Check | Detects |
|---|---|
| Package scripts | Scripts out of sync with _:* template, extra scripts |
| TSConfig paths | Paths not matching package.json imports |
When to Use
- After manual editing of package.json, tsconfig.json
- Before committing changes
- When something "feels wrong" after out-of-band edits
- CI verification (all checks should pass)
Notes
- Each audit exits non-zero if issues found
- Prefer running audits over blindly syncing - understand what changed
- If audit finds issues, the corresponding sync skill will fix them
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?