Scan codebase for dead code and tech debt
code-healthskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.
Best for
Scanning codebases for dead code, tech debt, and vulnerabilities in a single command without manual code review
Inputs
- · Codebase (implicitly current project)
Outputs
- · code-health-{date}.md report with findings
Requires
- · flutter_bloc package
Preconditions
Centinela (QA) agent available; codebase in standard structure
Failure modes
- · False positives in dead code detection
- · Scan timeout on large codebases
- · Dynamic imports missed
Trust signals
- · Findings verified before reporting
- · Prioritized by severity
- · Previous scan comparison tracked