Skip to content
AI & Agents
Command

/tech-debt

Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]

From plugin
alirezarezvani-claude-skills
26k150 skills116 agents150 commands2 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/tech-debt

Context preview

What this command does when you run it.

Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]

Command definition

tech-debt.md
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 (`debt_prioritizer.py <inventory.json> [--framework cost_of_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`

Ships withalirezarezvani-claude-skills

388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin

Other commands on alirezarezvani-claude-skills.