What problem does it solve?
Deep code audit that finds dead wiring, silent failures, unfinished features, placeholder stubs, bloated files, and unnecessary complexity. Produces an actionable report with file:line references grouped by severity. Think of it as a senior dev doing a thorough PR review of the entire codebase.
Core Features & Use Cases
- Multi-pass auditing across the codebase to surface wiring gaps, error handling gaps, incomplete features, dead code, bloated logic, hard-coded values, and security risks.
- Severity-scoped findings (CRITICAL, WARNING, PRUNE, INFO) with precise file:line references and a structured, actionable report.
- Guided by seven passes (WIRING, ERROR HANDLING, COMPLETENESS, DEAD CODE, BLOAT, HARDCODING, SECURITY) and supporting reference materials in resources/audit-passes.md to standardize reviews.
- Ideal for PR reviews, refactors, and release-readiness workflows across TypeScript/JavaScript/C#/PowerShell/Python projects.
Quick Start
Ask Claude Code to perform a full codebase audit by saying code review to start the seven-pass analysis.