What problem does it solve? Reviewing and responding to pull request feedback requires manually navigating GitHub to find every conversation comment, review, and inline thread, which is slow and error-prone when working from the command line. ## Core Features & Use Cases - Comment Aggregation: Runs a Python script that queries the GitHub GraphQL API via gh api graphql to collect conversation comments, review submissions, and inline review threads for the PR tied to the current branch. - Guided Triage: Numbers all review threads, summarizes the fix each one requires, and asks the user which comments to address before applying changes. - Auth Handling: Verifies gh auth status first and prompts the user to run gh auth login if authentication or rate-limit issues occur. - Use Case: After pushing a branch and receiving reviewer feedback, run this Skill to list every unresolved comment, pick the ones to fix, and apply the changes without leaving your terminal workflow. ## Quick Start Ask the assistant to fetch all review comments on the pull request for the current branch and help you address the ones you select.