gh-address-comments

Fetch and address GitHub Pull Request comments using the GitHub CLI.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill gh-address-comments-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28development%29/gh-address-comments
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill gh-address-comments-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers efficiently address comments and review feedback on their GitHub Pull Requests directly from their local environment, streamlining the code review process.

Core Features & Use Cases

  • Comment Inspection: Fetches and displays all comments, review threads, and review submissions for the current branch's PR.
  • Targeted Addressing: Allows users to select specific comments or threads to work on.
  • Automated Fixes: Applies fixes for selected comments using the GitHub CLI.
  • Use Case: After receiving feedback on a Pull Request, use this Skill to quickly see all the comments, choose which ones to address, and have the Skill help you make the necessary code changes and push them.

Quick Start

Use the gh-address-comments skill to inspect comments on the current GitHub PR.

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 comments directly from my local environment?

To address GitHub PR comments locally, this skill fetches all conversation comments, reviews, and review threads for the current branch using the GitHub CLI. You can then select specific comments to address and apply fixes directly from your terminal.

How do I fetch and review pull request feedback using the GitHub CLI?

Fetching pull request feedback with the GitHub CLI is automated by pulling all conversation comments and review threads associated with the current branch PR. The skill displays this feedback locally so you can inspect and select specific items to address.

Do I need to authenticate with the GitHub CLI before addressing pull request comments?

Yes, GitHub CLI authentication is required to address pull request comments. The skill verifies your GitHub CLI authentication status and will prompt you to log in if necessary before fetching PR review feedback.

Can I select specific review threads to address instead of fixing all PR comments at once?

You can select specific review threads to address instead of fixing all PR comments at once. The skill fetches all feedback for the current branch and allows targeted addressing, letting you choose exactly which comments to work on and apply fixes.

What is the best way to automate addressing code review feedback on GitHub pull requests?

Automating code review feedback on GitHub pull requests is best handled by using the GitHub CLI to pull review threads and comments for the current branch. This skill streamlines the process by letting you select feedback and apply fixes locally.