What problem does it solve?
Manually resolving each PR review comment one by one is slow and tedious, especially for pull requests with large volumes of feedback across multiple files. This skill automates the entire resolution workflow by processing all unresolved comments in parallel, cutting down resolution time from hours to minutes.
Core Features & Use Cases
- Parallel Comment Resolution: Spawns separate agents to address each unresolved review thread simultaneously, eliminating sequential processing bottlenecks.
- Automatic PR Context Detection: Automatically identifies the current associated pull request for local branches, no manual PR number input required for common use cases.
- End-to-End Workflow: Handles fetching unresolved comments, implementing requested fixes, committing changes, marking threads as resolved on GitHub, and verifying completion.
- Use Case: A developer receives 12 review comments on a feature branch PR spanning 5 different files. Using this skill, all comments are addressed in parallel, changes are committed and pushed, and all review threads are marked as resolved on GitHub in a single automated workflow.
Quick Start
Use the resolve-pr-parallel skill to address all unresolved review comments for your current open pull request.