ksimbackksimbackCommunityยท2 Agent Skills Included

tech-debt-skill

Audit any codebase for tech debt with cited, ranked findings

Audits an entire codebase for tech debt and writes a TECH_DEBT_AUDIT.md report with file-and-line citations, severity ratings, and effort estimates. Eliminates vague AI code reviews by forcing architecture orientation first and requiring proof for every finding. Ranks the top fixes, lists quick wins, and tracks resolved issues across repeat runs so teams actually act on results.
npx skills add ksimback/tech-debt-skill --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’