get_tech_debt
Analyze code modules to calculate technical debt scores (A-F) based on complexity, coupling, test coverage, and churn, providing actionable improvement recommendations.
Instructions
Per-module tech debt score (A–F grade) combining: complexity, coupling instability, test coverage gaps, and git churn. Includes actionable 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) |