What problem does it solve? Reviewing and responding to pull request feedback requires manually hunting through conversation comments, review submissions, and inline threads on GitHub. This Skill automates the discovery of all PR feedback for the current branch and guides you through addressing each comment. ## Core Features & Use Cases - Comprehensive Comment Fetching: Runs a Python script that queries the GitHub GraphQL API via gh to collect conversation comments, review submissions, and inline review threads (including resolved/outdated status) for the PR tied to your current branch. - Guided Triage Workflow: Numbers all review threads, summarizes the fix each one requires, and asks which comments you want addressed before applying changes. - Auth-Aware Operation: Verifies gh authentication up front and prompts you to run gh auth login if credentials are missing or rate limits are hit. - Use Case: After pushing a feature branch, ask the assistant to list all unresolved PR review comments, pick the ones you want fixed, and have the fixes applied to your working tree. ## Quick Start Ask the assistant to fetch and address the review comments on the open GitHub pull request for the current branch.