fix(claude): point audit references at /check
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
name: audit
|
||||
description: Run a deep, multi-lens review of existing code state (not a diff). Launches six specialized review agents in parallel - reuse, quality, efficiency, errors, api, bugs - then validates each finding before presenting. Optional scope (`/audit path/ path2/`) and optional lens subset (`/audit --lenses reuse,bugs`). Opt-in lenses for docs, tests, security, a11y, deps. Use when the user asks for a full review, deep review, codebase audit, cleanup pass, retrospective review, tech-debt sweep, or otherwise wants to surface issues across landed code - even if they say "clean up the project" or "look over the repo" without using the word "audit". Do NOT use for reviewing in-flight work (use /simplify), PR review (use /review or /code-review), or security-only review (use /security-review).
|
||||
description: Run a deep, multi-lens review of existing code state (not a diff). Launches six specialized review agents in parallel (reuse, quality, efficiency, errors, api, bugs), then validates each finding before presenting. Optional scope (`/audit path/ path2/`) and optional lens subset (`/audit --lenses reuse,bugs`). Opt-in lenses for docs, tests, security, a11y, deps. Use when the user asks for a full review, deep review, codebase audit, cleanup pass, retrospective review, tech-debt sweep, or otherwise wants to surface issues across landed code, even if they say "clean up the project" or "look over the repo" without using the word "audit". Do NOT use for reviewing in-flight work (use /check), PR review (use /review or /code-review), or security-only review (use /security-review).
|
||||
---
|
||||
|
||||
# /audit: Retrospective multi-lens codebase review
|
||||
|
||||
`/simplify` reviews a diff; `/audit` reviews current file state. Use it when issues may have accumulated before a review gate existed, when rolling onto an unfamiliar codebase, or when the user wants a deliberate "what's lurking?" sweep.
|
||||
`/check` reviews a diff. `/audit` reviews current file state. Use it when issues may have accumulated before a review gate existed, when rolling onto an unfamiliar codebase, or when the user wants a deliberate "what's lurking?" sweep.
|
||||
|
||||
## Invocation
|
||||
|
||||
@@ -241,7 +241,7 @@ All lens agents run in parallel (single message, multiple `Agent` tool uses). Si
|
||||
|
||||
## When NOT to use this skill
|
||||
|
||||
- **Reviewing in-flight work** → `/simplify` against the diff.
|
||||
- **Reviewing in-flight work** → `/check` against the diff.
|
||||
- **PR review** → `/review` (built-in) or `/code-review:code-review` if that plugin is installed.
|
||||
- **Security-only audit of a diff** → `/security-review`.
|
||||
- **Back-to-back on the same code** → re-runs produce sharply diminishing returns.
|
||||
|
||||
Reference in New Issue
Block a user