What problem does it solve?
It helps you find and remove accumulated tech debt across an entire repository by running a broad set of targeted code-audit checks, consolidating their results, and applying safe, mechanical fixes while gating higher-risk structural changes.
Core Features & Use Cases
- Whole-repo tech-debt sweep: Orchestrates multiple audit/check skills (simplification, duplication detection, type hardening, data integrity, error boundaries, loading states, contracts, observability, performance, security regression, concurrency, client bundle, and accessibility) against the agreed scope.
- Severity-ranked consolidation: Merges overlapping findings from multiple audits into one deduplicated, severity- and category-organized report for clear prioritization.
- Safe application workflow: Applies formatter/lint and low-risk mechanical fixes automatically, then gates structural and behavior-adjacent refactors (including test/verification steps) to keep the diff bisectable and production readiness high.
- Run-mode and scope controls: Supports mode selection (fast/balanced/production), caller-provided skip lists, and scope narrowing to avoid noisy audits.
Quick Start
Tell the AI to audit the codebase with a production-grade hardening pass and apply mechanical fixes.