get_module_health
Analyzes a module's health by revealing complexity, design smells, coupling metrics, dependents, dependencies, and refactoring risk level. No prior indexing required.
Instructions
Deep health analysis of a single module. Shows complexity distribution, design smells, coupling metrics, dependents (who uses this module), dependencies (what it uses), and refactoring risk level.
No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository | |
| module_name | Yes | Module to analyze (e.g., 'core.indexer', 'generators.wiki') |