LLM Skills
~/catalog/debugging & maintenance//technical-debt-analyzer

Technical debt assessment

/technical-debt-analyzer

Assess technical debt across the entire codebase.

JudiniLabsJudiniLabs
402
November 25, 2025
MIT License
// skill content

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.

// original public source
JudiniLabs/mcp-code-graph
/.claude/commands/technical-debt-analyzer.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/technical-debt-analyzer.md" "https://raw.githubusercontent.com/JudiniLabs/mcp-code-graph/main/.claude/commands/technical-debt-analyzer.md"
Then in Claude Code, type /technical-debt-analyzer to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorJudiniLabs
Stars 402
LicenseMIT License
UpdatedNovember 25, 2025
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward