What problem does it solve?
Resolves large numbers of TODO comments and PR comments in a codebase efficiently by analyzing dependencies and running parallel resolvers so that manual, sequential fixes no longer block progress.
Core Features & Use Cases
- Dependency analysis: Identify ordering constraints and determine which TODOs can run in parallel versus which must wait for dependents.
- Parallel resolver orchestration: Generate a mermaid flow diagram showing task relationships and spawn pr-comment-resolver agents for each item to run concurrently.
- Commit & push workflow: Apply changes, create commits, and push updates back to the remote repository as part of the resolution lifecycle.
- Use Case: Clean up hundreds of PR review comments and TODO markers across a large repository by running independent fixes concurrently while preserving required sequencing for dependent changes.
Quick Start
Resolve all TODO comments across the repository in parallel by analyzing dependencies, producing a mermaid flow diagram, spawning resolver agents for each item, committing the changes, and pushing to remote.