project_scan_todos
Scan codebase for TODO/FIXME/HACK/XXX markers, cross-reference with existing issues, and create new issues for untracked tasks.
Instructions
Scan codebase for TODO/FIXME/HACK/XXX markers, cross-reference with existing issues, and propose new issue creation. Set createIssues=true to auto-create (max 10/run).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/repo' format | |
| basePath | No | Local codebase path (defaults to current working directory) | |
| scanPaths | No | Paths within basePath to scan (defaults to ["."]) | |
| markers | No | Comment markers to search for | |
| excludePaths | No | Directories to exclude from scan | |
| createIssues | No | If true, create GitHub issues for untracked TODOs (max 10 per run) |