gh-address-comments

Aggregate GitHub pull request review comments and threads via GraphQL.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill gh-address-comments-haryelramalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/haryelramalho/skills/tree/main/skills/community/gh-address-comments
Command: npx skills add https://github.com/haryelramalho/skills --skill gh-address-comments-haryelramalho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly identify and resolve actionable review feedback on the open GitHub pull request for the current branch, reducing the time spent hunting through scattered comments and threads.

Core Features & Use Cases

  • PR comment aggregation: Collects top-level conversation comments, review submissions, and inline review threads from the associated pull request.
  • Comment triage: Numbers feedback items and summarizes the work needed so the user can choose what to address first.
  • Feedback remediation workflow: Supports updating code in response to selected comments and handling GitHub authentication issues when gh is not ready.
  • Use Case: A developer receives several review threads after opening a feature branch PR and wants a structured list of every actionable note before making fixes.

Quick Start

Ask the skill to inspect the open GitHub pull request for the current branch, list all review comments and threads, and help you decide which ones to fix.

Frequently Asked Questions about gh-address-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate GitHub pull request review comments for my current branch?

Aggregating GitHub pull request review comments is done by collecting top-level conversation comments, review submissions, and inline review threads from the open PR for your current branch. This Skill uses authenticated gh CLI access and GraphQL retrieval to organize the feedback.

What is the best way to triage actionable PR review feedback?

Triageing actionable PR review feedback involves numbering individual feedback items and summarizing the necessary work. This Skill extracts inline threads and conversation comments, allowing you to choose which review notes to address first before making code fixes.

Do I need the gh CLI to inspect GitHub pull request review threads?

Yes, you need the authenticated gh CLI to inspect GitHub pull request review threads. The Skill requires authenticated gh CLI access to perform GraphQL-based retrieval of conversation comments, review submissions, and inline threads from your open branch.

How does comment triage work for open branch pull requests?

Comment triage for open branch pull requests works by numbering feedback items and summarizing the remediation work needed. It aggregates scattered inline review threads and top-level conversation comments into a structured list so you can select what to fix first.

Can I resolve PR review feedback directly through a branch workflow?

Yes, you can resolve PR review feedback through a branch workflow. After aggregating and triaging the review comments, this Skill supports updating code in response to selected comments and handling GitHub authentication issues during the remediation process.

Why does retrieving GitHub PR comments fail when gh is not authenticated?

Retrieving GitHub PR comments fails when gh is not authenticated because the Skill relies on authenticated gh CLI access for GraphQL-based retrieval. The remediation workflow includes handling these authentication issues when the gh CLI is not ready.