techdebt-finder

Installation
SKILL.md

Tech Debt Finder

Identify duplicated code, inconsistent patterns, and refactoring opportunities. Prefer pnpx fallow when available for deeper static analysis; use this skill to interpret, prioritize, and turn findings into a practical refactor plan.

When to Use

  • "Find duplicate code"
  • "What needs refactoring?"
  • "Are there inconsistent patterns?"
  • Code review prep
  • Pre-refactor analysis

Detection Process

  1. Tool scan - Run pnpx fallow when available, then supplement with targeted grep/search
  2. Cluster - Group similar issues
  3. Prioritize - Rank by frequency × impact
  4. Report - Show findings with locations and suggested refactor seams
Installs
24
GitHub Stars
15
First Seen
May 7, 2026
techdebt-finder — spences10/skills