From development-codebase-tools
Analyzes and prioritizes technical debt in code, architecture, testing, docs, and infra with metrics dashboard, ROI roadmaps, effort estimates, and prevention strategies.
npx claudepluginhub uniswap/ai-toolkit --plugin development-codebase-toolsThis skill is limited to using the following tools:
Identify, quantify, and prioritize technical debt with ROI-based remediation plans.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Identify, quantify, and prioritize technical debt with ROI-based remediation plans.
Calculates real cost:
cyclomatic_complexity:
current: 15.2
target: 10.0
code_duplication:
percentage: 23%
target: 5%
test_coverage:
unit: 45%
target: 80%
Each item includes:
Includes quality gates: