get_code_smells
Find TODO, FIXME, HACK, BUG markers and unsafe casts in code. Filter scans by file type, depth, and custom patterns to locate technical debt.
Instructions
Finds TODO/FIXME/HACK/BUG markers and unsafe casts in code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target path | |
| limit | No | Max results | |
| types | No | Smell types to detect | |
| max_depth | No | Max depth | |
| max_files | No | Max files to scan | |
| extensions | No | Filter by extensions | |
| include_text | No | Include comment text | |
| include_hidden | No | Include hidden | |
| ignore_patterns | No | Exclude patterns |