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 that collection and summarization so you can quickly see which review threads are resolved and which still need attention. ## Core Features & Use Cases - PR Context Gathering: Runs a Node.js script that collects the current branch's PR diff, commit history against origin/main, and authenticated GitHub user info via the gh CLI. - Structured Feedback Summary: Retrieves general comments, review states (approved/changes requested), and nested inline comment threads with file paths and line ranges via the GitHub GraphQL API. - Guided Triage Workflow: Presents resolved threads as one-line summaries and open threads as numbered items, then waits for your direction before making any code changes. - Use Case: After a reviewer leaves feedback on your Gemini CLI pull request, ask the assistant to summarize the outstanding comments so you can decide which items to fix, skip, or discuss. ## Quick Start Ask the assistant to help you address the review comments on the pull request for your current branch.