gh-address-comments

Identify and address open GitHub PR comments using the gh CLI.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/rodrigotoledo/trading-exchange --skill gh-address-comments-rodrigotoledo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/rodrigotoledo/trading-exchange/tree/main/packages/skills-catalog/skills/%28development%29/gh-address-comments
Command: npx skills add https://github.com/rodrigotoledo/trading-exchange --skill gh-address-comments-rodrigotoledo

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 gh CLI. Verifies gh auth first and prompts to authenticate if not logged in. Do NOT use for creating PRs, CI debugging (use gh-fix-ci), or general Git operations.

Core Features & Use Cases

  • Inspect comments needing attention
  • Ask the user for clarification
  • If user chooses comments, apply fixes for the selected comments

Quick Start

Run the gh-address-comments skill on the current branch PR to identify and address open 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 automatically address open PR comments on my current branch?

To automatically address open PR comments on your current branch, use a gh CLI automation workflow that identifies top-level comments, reviews, and inline threads, then applies fixes for the comments you select.

How does gh CLI handle inline code review threads and top-level PR comments?

Handling inline code review threads and top-level PR comments involves inspecting unresolved feedback on the current branch PR, prompting for clarification, and applying targeted code fixes directly through the gh CLI.

Do I need gh authentication to address pull request comments?

Yes, you need gh authentication to address pull request comments. The process verifies your gh auth status first and prompts you to log in if you are not already authenticated to your GitHub account.

Can I use this to create pull requests or debug CI pipelines?

No, you cannot use this to create pull requests or debug CI pipelines. It is strictly designed for addressing existing PR review comments and issue feedback, avoiding general Git operations and CI debugging.

What is the best way to resolve unresolved review threads on a GitHub pull request?

The best way to resolve unresolved review threads on a GitHub pull request is to automate the inspection of open comments on the current branch, allowing you to select specific threads and apply fixes directly via gh CLI.