analyze_architecture
Analyzes codebase architecture in one call: health check, dependency analysis, design smell detection, and hotspot ranking. Returns a markdown report. No prior indexing required.
Instructions
Comprehensive architecture analysis in a single call. Runs health check, dependency analysis, design smell detection, and hotspot ranking, then returns a pre-synthesized markdown narrative report. No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository to analyze | |
| detail_level | No | Output detail level: summary (~2K chars), standard (~6K, default), full (~12K) | |
| focus | No | Focus area: all (default), complexity, coupling, or smells |