get_complexity_hotspots
Ranks code files by complexity using function count, class count, and lines of code, so you can quickly spot which parts of a codebase need attention first.
Instructions
Ranks files by a simple size/complexity heuristic (function count, class count, lines of code) so you know which parts of a codebase are worth looking at first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 10) | |
| repoPath | Yes | Absolute or relative path to the repository root |