analyze_path
Run deterministic static checks on code files. Filter results by risk, style, or debt, and receive a Markdown report with detailed findings.
Instructions
Run deterministic static checks. Returns Markdown report + raw findings list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a file or directory (absolute, or relative to the current working dir). Defaults to the project root. | |
| focus | No | Filter: 'risk' hides pure-style (lines/format), 'style' keeps style only, 'debt' keeps debt+style+risk, 'all' keeps everything. | all |
| max_files | No | Hard ceiling on files scanned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||