audit
Installation
SKILL.md
Audit
This skill provides two modes:
- Branch audit (default) — a pre-push review of the branch diff, checking 8 categories and producing a Clean/Minor/Blocking verdict.
- Deep-dive audits — project-wide analyses that use sub-agents to examine code quality, documentation brittleness, security, or UI design in depth.
If the user says "audit" without further context and there's a branch with changes, run the branch audit. If they ask for something specific (e.g., "audit for security vulnerabilities", "check our docs", "review the UI"), run the relevant deep-dive. They can also request multiple audits at once.