gh-address-comments

Address GitHub PR review comments on the current branch using gh CLI.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/metric-space-ai/ctox --skill gh-address-comments-metric-space-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/metric-space-ai/ctox/tree/main/skills/packs/git/gh-address-comments
Command: npx skills add https://github.com/metric-space-ai/ctox --skill gh-address-comments-metric-space-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Address actionable GitHub PR review comments on the current branch using gh CLI.

Core Features & Use Cases

  • Inspect and summarize open PR comments and inline threads for the current branch.
  • Prompt you to select comments to address and apply fixes via gh CLI workflows.
  • Guard against authentication issues by prompting for gh auth login when needed.

Quick Start

Authenticate with gh and then run the PR comment handler to address selected comments 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 address GitHub PR review comments automatically?

You can address GitHub PR review comments by using a gh CLI workflow that locates the open PR for your current branch, enumerates actionable review threads, and applies your selected fixes.

How do I list and resolve inline PR comments on my current Git branch?

You can enumerate and resolve inline PR comments on your current Git branch by running a gh CLI workflow that summarizes open review threads and prompts you to select specific comments to address.

Do I need gh auth login to manage PR comments via the CLI?

Yes, you need gh auth login to manage PR comments. The workflow requires gh authentication to execute commands and will prompt you to authenticate if you are not already logged in.

Can I select specific code review threads to fix rather than resolving all PR comments?

Yes, you can select specific code review threads to fix. The workflow presents open PR comments and inline threads as options, allowing you to choose exactly which actionable fixes to apply.

What is the best way to automate code review fixes using the gh CLI?

The best way to automate code review fixes using the gh CLI is to run a workflow that inspects open PR comments on your current branch and interactively applies the fixes you select.