What problem does it solve?
Manually tracking and responding to GitHub pull request review comments, change requests, and follow-up feedback across long, multi-participant discussion threads is time-consuming and error-prone, often leading to missed requests, delayed PR merges, and miscommunication with reviewers.
Core Features & Use Cases
- Full PR Context Aggregation: Automatically pulls all review comments, inline code threads, general issue discussions, CI check statuses, and file diffs for any target GitHub pull request.
- Timeline Reconstruction: Builds a chronological record of all PR activity to isolate new feedback received after your last commit or comment, so you never miss updates from reviewers or automated bots.
- Actionable Feedback Prioritization: Reasons through reviewer intent to group related requests, prioritize blocking issues first, and distinguish between changes you can implement now and input you are waiting on from other contributors.
- Use Case: If you submitted a PR that received 3 new change requests, a failing CI check, and a clarification question from a reviewer after your last update, this skill will map out exactly what needs to be fixed, what needs a reply, and what is waiting on external input, then guide you through executing the required steps after your approval.
Quick Start
Use the pr-followup skill to address all pending review feedback and requested changes for the pull request at https://github.com/microsoft/playwright/pull/39401.