What problem does it solve?
This Skill helps you work through already-documented review notes under a TODO.md task without drifting into new scope, keeping fixes tightly focused and auditable.
Core Features & Use Cases
- Task-scoped issue resolution: Locates the exact TODO.md task and processes its nested review bullets in order.
- Strict one-issue workflow: Handles issues one at a time with explore, propose, approval, apply, and commit stages.
- Safe implementation gates: Requires user approval before any file changes and commits each resolved issue separately.
- Delegated investigation and fixes: Uses subagents for context gathering and implementation while keeping the main orchestration clean.
- Use case: A reviewer has left follow-up bullets beneath a completed task, and you want them resolved and committed without re-running the whole delivery flow.
Quick Start
Use this skill to resolve the review bullets under the specified TODO.md task, then approve each proposed fix before it is applied.