audit
Installation
SKILL.md
Audit
Delegate an audit to Claude Code. Claude inspects the specified scope and returns a structured findings table. Codex does not fix anything — use $audit-fix for the full cycle.
When to Use
- After writing a feature and wanting an independent quality check
- Before a commit or pull request
- When asked to "have Claude audit this"
- As the first step of a manual fix cycle
Arguments
| Argument | Default | Effect |
|---|---|---|
--full |
off | 9-dimension audit (adds security, performance, compliance, deps, docs) |
--mini |
on | 5-dimension audit (logic, duplication, dead code, refactoring, shortcuts) |
| file/dir path | cwd | Scope — one or more files or a directory |