Returns a comprehensive health dashboard for your entire codebase in a single call. Aggregates size metrics, complexity distributions, test coverage ratios, dependency health, and produces an overall health score (0--100) with a letter grade (A--F) and actionable recommendations.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threshold | number | No | 60 | Minimum health score to pass (used for CI gate mode). Score below this value results in a fail status. |
What's the overall health of this codebase?
Returns the complete dashboard with all metrics, grade, and recommendations.
Run a codebase health check with a passing threshold of 75.
Sets threshold: 75. Returns pass or fail alongside the full report, suitable for CI integration.
Run a health check so we can compare after the refactoring sprint.
Captures the current state. Run again after changes to see improvements.
The report includes the following sections:
threshold parameter60 and raise it gradually as the codebase improvesstellarion_tech_debt_report for a detailed breakdown of what is dragging the score down