gh-address-comments

Fetch and triage actionable GitHub PR review comments via GraphQL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly identify actionable review and conversation comments on the open GitHub pull request for your current branch, then apply fixes to address them.

Core Features & Use Cases

  • Find the correct open PR for your current branch using GitHub CLI.
  • Fetch review artifacts including PR conversation comments, submitted reviews, and inline review threads via GitHub GraphQL.
  • Steer the fix workflow with user choice by numbering issues and asking which ones to address.
  • Handle authentication interruptions by prompting you to re-authenticate if gh fails due to auth/rate problems.

Quick Start

Use the gh-address-comments skill to address the actionable review comments on the open PR for your current branch by first fetching all threads and then selecting the numbered ones you want 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 triage GitHub PR review comments for my current git branch?

This Skill retrieves open PR review comments for your current git branch by resolving the PR number with `gh pr view` and paginating conversation comments, submitted reviews, and inline threads via GraphQL to guide your selection.

How do I fetch GitHub pull request review threads using gh cli?

You can fetch pull request review threads using `gh api graphql` to paginate comment data, review submissions, and resolved thread states, which are then numbered for you to choose which actionable items to address.

Do I need GitHub CLI authentication to triage pull request comments?

Yes, GitHub CLI authentication is required to fetch pull request review data. The workflow verifies `gh` authentication initially and will prompt you to re-authenticate if auth or rate limit interruptions occur.

What is the best way to address actionable conversation comments on a pull request?

The best way to address actionable conversation comments is to fetch all review artifacts via GraphQL, number the unresolved inline threads and conversation comments, and then steer the fix workflow by asking which numbered issues you want to address.

Why does fetching PR comments fail when my gh cli authentication expires?

Fetching PR comments fails because expired `gh` authentication prevents GraphQL API access. The Skill detects this auth interruption and prompts you to re-authenticate to resume fetching review and thread data.