project_health
Analyzes project health by detecting cycles, dead code, coupling hotspots, and complexity. Returns a global score to guide refactoring decisions.
Instructions
Aggregated project health check. Runs cycle detection (Tarjan), dead code analysis, coupling hotspots, graph complexity stats, max import depth, and index freshness — returns a global score A–F. Use as a quick diagnostic before any major refactoring. No API call needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||