gh-address-comments

Fetches and resolves GitHub PR review comments via the gh CLI.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill gh-address-comments-issdandavis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/gh-address-comments
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill gh-address-comments-issdandavis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps teams quickly address open pull request comments on the current branch by orchestrating gh CLI commands, reducing manual toggling and context switching.

Core Features & Use Cases

  • Find the open PR associated with the current branch and pull relevant review threads and comments
  • List comments, reviews, and inline threads to surface actionable items
  • Guide users through selecting comments to fix and applying changes
  • Re-authenticate with gh if needed to ensure authorized access for subsequent actions
  • Supports elevated network access via gh commands as required

Quick Start

Authenticate with gh, fetch PR comments for the current branch, and address selected comments.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I address GitHub PR review comments on the current branch using the gh CLI?

You can address GitHub PR review comments by fetching pull request data via GraphQL using the authenticated gh CLI, which surfaces top-level comments, reviews, and inline threads for selection and resolution on the current branch.

Can I list and resolve inline PR review threads without leaving my terminal?

Yes, this solution finds the open PR associated with your current branch and orchestrates gh CLI commands to list and guide you through selecting and resolving inline review threads directly from the terminal.

What do I need to fetch PR comments and reviews via GraphQL using gh CLI?

You need authenticated gh CLI access and elevated network permissions to fetch PR data via GraphQL, allowing the tool to re-authenticate with gh if needed to ensure authorized access for subsequent actions.

Does this workflow support selecting which GitHub PR comments to fix?

Yes, the workflow supports selecting specific comments to address by listing actionable items from top-level comments, reviews, and inline threads, guiding users through applying changes to selected items.

Why does fetching PR review threads fail with gh CLI authentication errors?

Fetching PR review threads fails when gh CLI authentication expires or lacks permissions; this tool handles re-authentication with gh if needed to ensure authorized access for subsequent GraphQL data fetching actions.