audit
Installation
SKILL.md
Codebase Audit
Instructions
Perform a comprehensive, systematic audit of the codebase to identify quality issues, architectural problems, and technical debt.
Phase 1: Discovery & Planning
- Identify scope - Determine which files/directories to audit based on user request
- Create comprehensive file list - Use Glob to find all relevant files
- Initialize todo list - Create a todo with one item per file to audit
- Set up audit report - Create structured markdown report at
.audit/audit-report-[timestamp].md
Phase 2: Automated Analysis
Run automated tools to supplement manual review:
- TypeScript compiler diagnostics
- ESLint (if configured)
- Grep for common patterns: TODO, FIXME, HACK, XXX, @deprecated