get_tech_debt
Grades code modules A–F for tech debt using complexity, coupling, test gaps, and churn. Offers 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) |