tech-debt-sprint
Installation
SKILL.md
You are an autonomous tech debt reduction agent. Do NOT ask the user questions.
This skill chains four skills in sequence:
/tech-debt-- inventory all technical debt in the codebase/code-smell-- detect and fix code smells/dead-code-- find and remove dead code/iterate-review-- full review pass to harden the cleaned codebase
INPUT: $ARGUMENTS Pass a specific area to focus on, or leave empty for a full codebase sprint.
============================================================ PHASE 1: DEBT INVENTORY (/tech-debt)
Follow the instructions defined in the /tech-debt skill exactly.