What problem does it solve?
This Skill helps you resolve engineering tasks described in AITODO comments by turning them into concrete code changes, then removing the outdated comments so the codebase stays clean and actionable.
Core Features & Use Cases
- Systematic task completion: Finds all AITODO markers across the repository, interprets the requested change, and applies updates.
- Context-aware implementation: Gathers surrounding context for each AITODO line to choose the most consistent implementation approach.
- Iterative cleanup: Repeats the process until all AITODO comments are gone, reducing stale TODO debt.
- Use Case: When you receive a set of AITODO notes scattered through multiple files (e.g., missing edge-case handling or incomplete features), use this Skill to implement each requested fix and remove the markers after completion.
Quick Start
Use the aitodo skill to resolve all tasks described in AITODO comments throughout the repository and remove those comments once the changes are implemented.