Debt
Description
Scan codebase for technical debt and produce a prioritized report. Arguments: $ARGUMENTS (optional: directory to scan, or "full" for everything) Workflow: 1. Activate the `tech-debt` skill 2. Phase 1 — Automated scan: TODOs, type suppressions, large files, high-churn files, outdated deps, skipped tests 3. Phase 2 — Manual assessment: classify each finding as real debt or justified exception 4. Phase 3 — Prioritize: score by frequency × severity × (1/effort) 5. Phase 4 — Write report to docs/ar
Installation
Installs to ~/.claude/commands/rtazima-claude-proj-blueprint-debt.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rtazima/claude-proj-blueprint/HEAD/.claude/commands/debt.md -o ~/.claude/commands/rtazima-claude-proj-blueprint-debt.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development