What problem does it solve?
Manually processing PR review feedback is time-consuming, error-prone, and easy to miss valid issues, especially when dealing with large volumes of comments from multiple reviewers across multiple review rounds.
Core Features & Use Cases
- Parallel Feedback Processing: Evaluates all unresolved review threads, top-level PR comments, and review submission bodies in parallel to handle high volumes of feedback efficiently.
- Smart Triage & Clustering: Automatically separates new feedback from already handled items, and clusters related issues to identify systemic problems that require broader fixes rather than individual patches.
- End-to-End Resolution: Spawns specialized agents to fix valid code issues, reply to feedback with quoted context, and resolve review threads, with built-in conflict avoidance for parallel edits.
- Use Case: For example, when submitting a feature PR that receives 15+ review comments covering security, performance, and style issues, this skill automatically fixes all valid feedback, replies to each reviewer with context, and resolves all threads without manual intervention.
Quick Start
Use the resolve-pr-feedback skill to process all unresolved review feedback on your current open pull request.