get_architecture_health
Analyze codebase architecture health by detecting complexity hotspots, coupling issues, design smells, and layer violations. Returns an overall grade with per-dimension scores and top findings.
Instructions
Comprehensive architecture health check. Runs complexity hotspot analysis, coupling metrics, design smell detection, and layer dependency analysis in a single call. Returns an overall health grade (A-F), per-dimension scores, and top findings.
No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository to analyze | |
| top_findings | No | Number of top findings per category (default: 5, max: 20) | |
| detail_level | No | Output detail level: summary (~1K chars), standard (~4K, default), full (~12K with file metrics) |