gh-address-comments

Fetch, summarize, and apply fixes for GitHub PR review comments using gh.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill gh-address-comments-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.curated/gh-address-comments
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill gh-address-comments-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Address review and issue comments on the open GitHub PR for the current branch using the gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

Core Features & Use Cases

  • Fetches all PR conversation comments, reviews, and inline threads for the current branch PR.
  • Summarizes actionable items and prompts you to select which comments to address.
  • Automatically handles gh authentication prompts and retries when authentication is required.

Quick Start

Fetch the open PR comments for the current branch and begin addressing them using gh.

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 from the command line?

To address GitHub PR review comments from the command line, this Skill orchestrates gh commands to fetch, summarize, and apply fixes for your current branch. It automatically triages top-level comments, reviews, and inline threads for efficient resolution.

What is the best way to triage and resolve inline PR threads using gh?

The best way to triage inline PR threads using gh is to automate the fetching of all PR conversation comments and reviews. This Skill summarizes actionable items and prompts you to select which specific comments to address, streamlining the resolution workflow.

Do I need to authenticate gh before resolving PR review comments?

Yes, you need to authenticate gh before resolving PR review comments, as the process requires gh to be authenticated and available. The Skill automatically verifies gh auth first and prompts you to authenticate if not logged in.

Can I fetch all PR conversation comments for the current branch automatically?

Yes, you can fetch all PR conversation comments for the current branch automatically. The Skill targets the open GitHub PR for your current branch and extracts top-level comments, reviews, and inline threads using the gh CLI.

How does the gh CLI handle authentication prompts when fetching PR reviews?

When fetching PR reviews, the gh CLI handles authentication by automatically detecting if authentication is required and prompting the user to log in. The Skill safely manages these prompts and retries when authentication is needed.

Why does fetching PR comments fail when gh is not logged in?

Fetching PR comments fails when gh is not logged in because the gh CLI requires valid authentication to access GitHub API data. The Skill addresses this by verifying gh auth status first and prompting you to authenticate if the session is invalid.