techdebt-finder
Installation
SKILL.md
Tech Debt Finder
Identify duplicated code, inconsistent patterns, and refactoring opportunities.
When to Use
- "Find duplicate code"
- "What needs refactoring?"
- "Are there inconsistent patterns?"
- Code review prep
- Pre-refactor analysis
Detection Process
- Scan - Grep for common debt indicators
- Cluster - Group similar issues
- Prioritize - Rank by frequency × impact
- Report - Show findings with locations