What problem does it solve?
This Skill automates the resolution of legacy local CLI TODO markdown files found in the todos/ directory, eliminating manual triage and ensuring dependent changes are executed in the correct order to avoid breaking work flows.
Core Features & Use Cases
- Bulk TODO discovery: Scans todos/*.md for unresolved items and produces a structured list grouped by type.
- Dependency analysis & planning: Analyzes inter-item dependencies, prioritizes blocking tasks, and emits a mermaid flow diagram to guide execution order.
- Parallel resolution: Spawns a pr-comment-resolver agent for each unresolved item to apply fixes in parallel, then commits, removes the TODO, and pushes changes.
- Use Case: Ideal for repositories with legacy local TODO files that predate GitHub issue integration and need deterministic, concurrent resolution.
Quick Start
Resolve all pending todos in the todos directory in parallel, analyze dependencies, spawn pr-comment-resolver agents to apply fixes, commit the changes, and push to remote.