tech-debt-skill
Audit any codebase for tech debt with cited, ranked findings
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install tech-debt-skill?โผ
Run `npx skills add ksimback/tech-debt-skill --all -g -y` in your terminal to install the skill globally for all your projects.
How to run a tech debt audit on my codebase?โผ
Open Claude Code in your repo and type /tech-debt-audit. The skill scans your code and writes a TECH_DEBT_AUDIT.md report with cited, ranked findings.
What makes this different from a normal AI code review?โผ
Every finding includes an exact file and line citation, and the skill must map your architecture before judging anything, so results are specific and actionable instead of generic advice.
Which programming languages does it support?โผ
It works with TypeScript, JavaScript, Python, Rust, and Go, automatically running the right audit tools like npm audit, pip-audit, cargo audit, or govulncheck for your stack.
Can it handle very large repositories?โผ
Yes. For repos over 50,000 lines it splits the work across parallel sub-agents, and you can scope the audit to one folder like /tech-debt-audit src/payments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core