LLM Skills
~/catalogue/interfaces produit//tech-debt
Interfaces produitsource GitHub

/tech

/tech-debt

Scanne les codebases pour détecter la dette technique, évaluer sa gravité et générer des plans de remédiation priorisés.

alirezarezvanialirezarezvani
24.5k
12 juin 2026
MIT License
// contenu du skill

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

// source originale publique
alirezarezvani/claude-skills
/commands/tech-debt.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/tech-debt.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/tech-debt.md"
Ensuite dans Claude Code, tapez /tech-debt pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Étoiles 24.5k
LicenceMIT License
Mis à jour12 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Interfaces produit

Voir toutarrow_forward