What problem does it solve? Reviewing and triaging feedback on a GitHub pull request requires manually digging through diffs, commit logs, general comments, and inline review threads. This Skill automates gathering all of that context so you can quickly see which comments still need to be addressed. ## Core Features & Use Cases - PR Context Aggregation: Runs a script that collects the PR diff, commit history against main, general comments, and full inline review threads via the GitHub CLI and GraphQL API. - Review Status Summary: Analyzes resolved versus open threads, marking resolved items with a ✅ and numbering open items for easy reference. - Guided Triage: Presents the feedback summary and waits for your direction on what to fix, skip, or discuss, rather than changing code automatically. - Use Case: After an automated review agent leaves a dozen inline comments on your Gemini CLI pull request, use this Skill to get a consolidated, prioritized summary before deciding what to address. ## Quick Start Ask the assistant to help you review and address the comments on the pull request for your current branch.