code_find_todos
Scan a codebase for TODO, FIXME, HACK, and BUG comments, returning file paths and line numbers to help prioritize code maintenance.
Instructions
Scans the codebase for TODO, FIXME, HACK, and BUG comments with line numbers and file paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetDir | No | Directory to scan (defaults to cwd) |