gh-address-comments

Locate the open GitHub PR for the current branch and address review comments via gh CLI.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pchemguy/Dummy --skill gh-address-comments-pchemguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/pchemguy/Dummy/tree/main/docs/AgentSkills/openai/skills/skills/.curated/gh-address-comments
Command: npx skills add https://github.com/pchemguy/Dummy --skill gh-address-comments-pchemguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

PR review threads and comments on GitHub can stall progress. This Skill helps you locate the open PR for your current branch and address comments efficiently using the gh CLI, with a built-in authentication check.

Core Features & Use Cases

  • Inspect and enumerate top-level comments and review threads on the PR to prioritize work.
  • Prompt you to select which threads to address and apply fixes or clarifications through gh commands.
  • Enforce authentication for gh and prompt re-authentication if needed to ensure uninterrupted operation.

Quick Start

Run the address-comments skill to locate the PR for your branch and begin addressing open comments with 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 PR review comments using the gh CLI?

To address PR review comments, use this Skill to orchestrate gh CLI commands. It locates the open PR for your current branch, enumerates outstanding review threads, and prompts you to select which threads to fix or clarify directly through the terminal.

Can I resolve GitHub PR review threads from the command line?

Yes, you can resolve GitHub PR review threads from the command line. This Skill inspects top-level comments and review threads, prompts you to select specific threads, and applies fixes or clarifications using gh commands within a PR review workflow.

Do I need gh authentication to address PR comments?

Yes, you need gh authentication to address PR comments. The Skill enforces gh authentication and will prompt you to re-authenticate if needed to ensure uninterrupted operation when accessing GitHub repositories and PR review threads.

How do I find the open PR for my current branch?

To find the open PR for your current branch, run the address-comments Skill. It orchestrates gh CLI commands to automatically locate the corresponding open pull request and present outstanding review threads that need attention.

What is the best way to automate PR review comment workflows?

The best way to automate PR review comment workflows is using this Skill to orchestrate gh CLI commands. It inspects actionable comments, prompts for thread selection, and applies fixes, streamlining the entire PR review workflow across typical GitHub repositories.