This one runs Python scripts to scan your JavaScript/TypeScript codebase for technical debt, then helps you document everything in a structured register. It catches the usual suspects: bloated files over 500 lines, functions with high complexity, deprecated dependencies, TODO comments, and TypeScript any types. The manual review checklist covers architectural problems, test gaps, and security issues that automation misses. What I like is the debt register template that forces you to justify priority and estimate effort, not just list problems. The 20% sprint capacity recommendation for debt work is solid advice, though good luck getting that past your PM. Best used when you inherit a messy codebase or need to make a case for refactoring time.
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill tech-debt-analyzer