Tech Debt Scan
Spawn the scanner agent in tech-debt mode:
Scan mode: tech-debt
Scope: $ARGUMENTS (scan entire repo if empty)
Run a full tech-debt scan:
- TODO / FIXME / HACK / XXX markers with git age
- Deprecated API usage for the detected stack
- Dead code candidates (unused exports, commented-out blocks)
- Code quality signals (files over 300 lines)
Return the structured findings report with 🔴 / 🟡 / 🟢 priority sections and summary stats.
Present the scanner's report to the
[Description truncada. Veja o README completo no GitHub.]