What problem does it solve?
Manually tracking and addressing review and issue comments on open GitHub pull requests for your current branch is time-consuming and requires constant switching between your terminal and the GitHub UI. This Skill automates the process of gathering all PR feedback so you can focus on implementing fixes instead of hunting for comments.
Core Features & Use Cases
- Automated Comment Fetching: Pulls all PR conversation comments, review submissions, and inline review threads via the GitHub CLI, eliminating the need for manual GitHub navigation.
- Triage and Selection: Presents a numbered summary of all feedback items, letting you choose which comments to address based on priority.
- Use Case: If you have an open PR with 8 review comments and 3 inline threads, use this Skill to pull all feedback in one go, select the 4 high-priority items to fix, and apply the changes without leaving your terminal.
Quick Start
Use the gh-address-comments skill to pull all review comments for your current branch's open PR and apply fixes for the selected feedback.