# Tech Debt

> Use when you want to surface accumulated technical debt — scans for TODOs, deprecated APIs, dead code, and code quality issues. Produces a prioritized list with age and estimated effort. Run periodically or before planning a refactor sprint.

- Skill: `latuconsinafr/tech-debt` (Agent Skill)
- Install (CLI): `npx skillmds@latest add latuconsinafr/tech-debt`
- Raw SKILL.md: https://api.skillmd.com/api/skills/latuconsinafr/tech-debt/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: latuconsinafr (https://skillmd.com/u/latuconsinafr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/latuconsinafr/tech-debt

---


# 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 user without modification.

