resolve-todos
Installation
SKILL.md
Resolve TODOs Skill
Purpose: Resolve all TODO comments using parallel processing.
Arguments
- file-or-dir-path (optional): Path to a specific file or directory to scan for TODOs. If omitted, scans the entire repository.
Workflow
1. Gather TODOs
First, identify the scope:
- If an argument is provided, scan that specific file or directory
- If no argument, scan the entire codebase
Search for TODO comments in code files using Grep with pattern: (?i)TODO|FIXME|XXX