hotspots
Identify code symbols with the highest coupling and complexity where bugs cluster and changes are dangerous. Use before modifying unfamiliar code to know what to be careful around.
Instructions
Find the riskiest symbols: highest coupling, complexity, and cross-file callers. These are where bugs cluster and changes are most dangerous. Use before modifying unfamiliar code to know what to be careful around.
top_n: how many hotspots to return (default 15)
exclude_dirs: comma-separated directory prefixes to skip
output_format: "text" (default) or "json" for structured responseInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | /demo | |
| top_n | No | ||
| exclude_dirs | No | ||
| output_format | No | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |