What problem does it solve?
This Skill finds the open pull request for the current git branch and aggregates conversation comments, review submissions, and inline review threads so you don't have to manually run GraphQL queries or sift through scattered feedback.
Core Features & Use Cases
- Fetch PR Comments: Uses the GitHub CLI and a helper Python script to collect top-level PR comments, review submissions, and grouped inline review threads as structured JSON.
- Prioritize & Clarify: Summarizes threads and prompts the user to choose which numbered comments to address, enabling focused fixes or responses.
- Use Case: When working on a feature branch with active review, gather all actionable reviewer feedback, decide which items to fix, and iterate with concise guidance.
Quick Start
Ensure gh is authenticated, run the included fetch_comments.py helper to produce structured PR comment data, and then tell the assistant which numbered comments you want to address.