LLM Skills
~/catalog/product interfaces//tech-debt
Product interfacesGitHub source

tech

/tech-debt

Scan codebases for technical debt, score severity, and generate prioritized remediation plans.

alirezarezvanialirezarezvani
24.5k
June 12, 2026
MIT License
// skill content

--- name: tech-debt description: "Scan, prioritize, and report technical debt. Usage:/tech-debt <scan|prioritize|report> [options]" argument-hint: "<scan|prioritize|report> [options]" --- #/tech-debt Scan codebases for technical debt, score severity, and generate prioritized remediation plans. ## Usage `` /tech-debt scan <project-dir> Scan for debt indicators /tech-debt prioritize <inventory.json> Prioritize debt backlog /tech-debt report <project-dir> Full dashboard with trends ` ## Examples ` /tech-debt scan ./src /tech-debt scan . --format json /tech-debt report . --format json --output debt-report.json ` ## Scripts - engineering/skills /tech-debt-tracker/scripts/debt_scanner.py : Scan for debt patterns (debt_scanner.py <directory> [--format json] [--output file]) - engineering/skills /tech-debt-tracker/scripts/debt_prioritizer.py : Prioritize debt backlog (debtprioritizer.py <inventory.json > [--frameworkcostof_delay |wsjf|rice] [--format json]) - engineering/skills /tech-debt-tracker/scripts/debt_dashboard.py : Generate debt dashboard (debt_dashboard.py [files...] [--input-dir dir] [--period weekly|monthly|quarterly] [--format json]) ## Skill Reference → engineering/skills /tech-debt-tracker/SKILL.md `

// original public source
alirezarezvani/claude-skills
/commands/tech-debt.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/tech-debt.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/tech-debt.md"
Then in Claude Code, type /tech-debt to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 24.5k
LicenseMIT License
UpdatedJune 12, 2026
Format.md
AccessFree
// similar

Skills Product interfaces

View allarrow_forward