What problem does it solve?
This Skill automates the resolution of multiple unresolved pull request review comments by fetching PR threads, dispatching parallel resolver agents for each unresolved item, and verifying that all threads are resolved to reduce manual review turnaround.
Core Features & Use Cases
- Parallel comment resolution: spawn one resolver agent per unresolved comment so independent issues are handled concurrently.
- PR and branch awareness: detect current branch and associated PR, enumerate all comments and review threads, and target a specific PR by number if needed.
- Commit, resolve, and verify workflow: commit changes, run thread-resolution utilities, push updates, and re-check unresolved comments to confirm closure.
- Use Case: accelerate review cycles on large PRs with many independent comments by resolving threads concurrently and minimizing iteration time.
Quick Start
Resolve all unresolved comments on the current PR by fetching threads, spawning parallel resolver agents for each unresolved item, committing fixes, and pushing the changes.