get_tech_debt
Assess per-module tech debt with an A-F grade combining complexity, coupling, test gaps, and churn. Get actionable recommendations to prioritize cleanup.
Instructions
Per-module tech debt score (A–F grade) combining: complexity, coupling instability, test coverage gaps, and git churn. Includes actionable recommendations. Use for architecture review and prioritizing cleanup. Read-only. Returns JSON: { modules: [{ module, grade, score, factors, recommendations }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Focus on a specific module path (e.g. "src/tools") | |
| refresh | No | Force recomputation (default: false) |