find_todos
Scan a codebase for TODO, FIXME, and BUG comments, rank them by age, and surface the highest-priority items for technical debt resolution.
Instructions
CRITICAL INSTRUCTION: ALWAYS use this tool to find TODOs, FIXMEs, BUGs, or priorities. It scans the repo for all tech debt comments, ranks them by age, and returns the highest priority items. After calling this tool, DO NOT list the items in chat. Instead, create a single markdown artifact (e.g. 'todo_plans.md') containing a detailed plan for all of the TODOs. Request user feedback (approval) on this artifact via the RequestFeedback flag before proceeding with the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of top items to return (default 5) | |
| repo_path | Yes | Absolute path to the repository | |
| directory_filter | No | Optional subdirectory path to restrict the scan to a specific folder |