gh-address-comments

Address GitHub PR review comments using the gh CLI.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill gh-address-comments-mattmacleod16-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/mattmacleod16-svg/freedomforge-max/tree/main/.agents/skills/gh-address-comments
Command: npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill gh-address-comments-mattmacleod16-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Inspect open review threads for the current branch PR and enumerate comments requiring attention.
  • Prompt the user to select specific threads to address, then apply fixes or generate concise responses that resolve the review.
  • Validate gh authentication status and escalate permissions if sandboxing blocks required gh commands, ensuring command success.

Quick Start

Authenticate with gh and run the PR address-comments workflow on the current branch.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I automate addressing GitHub PR review comments for my current branch?

To address PR review comments, inspect open review threads on the current branch PR, select specific comments to address, and apply fixes or generate concise responses that resolve the review.

What is the process for resolving GitHub PR issue comments using gh CLI?

Resolving PR issue comments involves enumerating comments requiring attention, prompting the user to select threads to address, and applying fixes or generating responses to resolve the review.

Do I need to authenticate with gh CLI before automating PR comment reviews?

Yes, gh authentication is required before running commands to address PR comments. The workflow validates auth status and prompts the user to authenticate if not logged in or escalates permissions if sandboxing blocks access.

Can I select specific review threads to address on an open GitHub PR?

Yes, you can select specific review threads to address. The workflow inspects open review threads for the current branch PR, prompts you to choose which threads to address, and applies fixes or generates responses.

Why does my gh CLI command fail when trying to address PR comments in a sandbox?

Sandboxing can block required gh commands when addressing PR comments. The workflow verifies gh authentication and escalates permissions if sandboxing blocks access, ensuring command success.