repo-audit
Installation
SKILL.md
Repo Audit
Choose the audit depth explicitly. Quick is a bounded pre-merge sweep. Exhaustive is a wave-based repository health audit. Never turn a quick request into exhaustive coverage without saying so.
When to use
- Review a repository or PR across bugs, security, code quality, and documentation.
- Run a predictable quick merge check.
- Run a deliberate exhaustive audit that detects and covers applicable technical domains.
When NOT to use
- Review one concern only: invoke its owning skill.
- Review a product, business, or implementation decision: use plan-review.
- Audit the skill collection itself: use skill-creator.
- Diagnose a live incident or administer a live system: use the matching operational skill.