What problem does it solve? Reviewing and triaging feedback on a GitHub pull request requires manually checking diffs, commit history, general comments, and inline review threads, which is tedious and error-prone. ## Core Features & Use Cases - PR Context Gathering: Runs a 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: Aggregates general PR comments, review states (approved/changes requested), and threaded inline code comments with file paths and line ranges, filtering out bot noise. - Guided Triage Workflow: Presents resolved threads as one-line summaries and open threads as numbered items so the user can decide what to fix, skip, or discuss before any code changes are made. - Use Case: After a reviewer leaves inline comments on your Gemini CLI pull request, use this Skill to get a consolidated, prioritized list of open feedback threads and address them one by one. ## Quick Start Ask the assistant to help you address the review comments on the pull request for your current branch.