What problem does it solve?
Manually addressing GitHub pull request review feedback is tedious and error-prone, especially when managing dozens of inline comments, conversation threads, and follow-up actions across large code changes. This Skill automates the entire end-to-end workflow to eliminate repetitive work, reduce human error, and ensure no review feedback falls through the cracks.
Core Features & Use Cases
- Full feedback aggregation: Fetches all top-level reviews, inline line-by-line comments, and conversation-tab comments in parallel via GitHub REST and GraphQL APIs.
- Intelligent triage: Automatically categorizes feedback as actionable, ambiguous, questions, or out-of-scope, skipping resolved, outdated, or irrelevant comments.
- End-to-end handling: Applies code fixes for actionable items, posts helpful replies to clarify changes for reviewers, resolves addressed threads, and generates a structured summary comment for the PR.
- Use case example: When a reviewer leaves 15 inline comments requesting code changes, clarification questions, and a few out-of-scope suggestions across a feature PR, this Skill can apply all valid fixes, reply to questions, propose follow-up issues for out-of-scope items, and post a clear summary of all actions taken, all without pushing changes for human review.
Quick Start
Use the reviews skill to address all review feedback on your current branch's open pull request, apply code fixes for actionable comments, and post a summary of all changes made.