Debugging et maintenancesource GitHub
Évaluation de la dette technique
/technical-debt-analyzerÉvaluer la dette technique dans l'ensemble du référentiel.
// contenu du skill
Complete Technical Debt Assessment
Assess technical debt across the entire repository.
This command provides comprehensive technical debt analysis by:
- Identifying code smells and anti-patterns throughout the codebase
- Analyzing complexity and maintainability metrics
- Finding duplicated code and inconsistent patterns
- Mapping technical debt impact across the entire system
- Prioritizing technical debt remediation
Follow these steps:
- Use nodes-semantic-search to find potentially problematic code patterns (TODO, FIXME, deprecated, hack, workaround)
- Get implementation details with get-code for analysis
- Analyze impact and dependencies with get-usage-dependency-links
- Find similar problematic patterns across the codebase
- Map relationships and impact with find-direct-connections
- Search for coding standards documentation with docs-semantic-search
- 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.