Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -57% | 0% |
Scan codebases for technical debt, score severity, and generate prioritized remediation plans.
/tech-debt scan <project-dir> Scan for debt indicators
/tech-debt prioritize <inventory.json> Prioritize debt backlog
/tech-debt report <project-dir> Full dashboard with trends/tech-debt scan ./src
/tech-debt scan . --format json
/tech-debt report . --format json --output debt-report.jsonengineering/skills/tech-debt-tracker/scripts/debt_scanner.py — Scan for debt patterns (debt_scanner.py <directory> [--format json] [--output file])engineering/skills/tech-debt-tracker/scripts/debt_prioritizer.py — Prioritize debt backlog (debt_prioritizer.py <inventory.json> [--framework cost_of_delay|wsjf|rice] [--format json])engineering/skills/tech-debt-tracker/scripts/debt_dashboard.py — Generate debt dashboard (debt_dashboard.py [files...] [--input-dir dir] [--period weekly|monthly|quarterly] [--format json])→ engineering/skills/tech-debt-tracker/SKILL.md
Other measured skills in the registry, with their headline benchmark lift.