LLM Skills
~/catalogue/debugging et maintenance//technical-debt-analyzer

Évaluation de la dette technique

/technical-debt-analyzer

Évaluer la dette technique dans l'ensemble du référentiel.

JudiniLabsJudiniLabs
402
25 novembre 2025
MIT License
// contenu du skill

Complete Technical Debt Assessment

Assess technical debt across the entire repository.

This command provides comprehensive technical debt analysis by:

  1. Identifying code smells and anti-patterns throughout the codebase
  2. Analyzing complexity and maintainability metrics
  3. Finding duplicated code and inconsistent patterns
  4. Mapping technical debt impact across the entire system
  5. Prioritizing technical debt remediation

Follow these steps:

  1. Use nodes-semantic-search to find potentially problematic code patterns (TODO, FIXME, deprecated, hack, workaround)
  2. Get implementation details with get-code for analysis
  3. Analyze impact and dependencies with get-usage-dependency-links
  4. Find similar problematic patterns across the codebase
  5. Map relationships and impact with find-direct-connections
  6. Search for coding standards documentation with docs-semantic-search
  7. Generate prioritized technical debt remediation plan

This command is ideal for: code quality assessments, refactoring planning, and technical debt management.

// source originale publique
JudiniLabs/mcp-code-graph
/.claude/commands/technical-debt-analyzer.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/technical-debt-analyzer.md" "https://raw.githubusercontent.com/JudiniLabs/mcp-code-graph/main/.claude/commands/technical-debt-analyzer.md"
Ensuite dans Claude Code, tapez /technical-debt-analyzer pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
CréateurJudiniLabs
Étoiles 402
LicenceMIT License
Mis à jour25 novembre 2025
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward