gh-address-comments

Fetch and respond to GitHub PR review comments via gh CLI.

1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/SatoryKono/BioactivityDataAcquisition --skill gh-address-comments-satorykono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/SatoryKono/BioactivityDataAcquisition/tree/main/docs/skills/global/gh-address-comments
Command: npx skills add https://github.com/SatoryKono/BioactivityDataAcquisition --skill gh-address-comments-satorykono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps you identify and address actionable comments on the currently open GitHub PR for the active branch, streamlining review workflows by guiding you to fetch, review, and respond to comments with gh CLI.

Core Features & Use Cases

  • Surface open PR comments and review threads for the current branch and present actionable items.
  • Select comments to address and apply fixes or responses via gh CLI interactions.
  • Use in development or CI to accelerate code reviews and maintain PR hygiene.

Quick Start

Address the open PR comments on the current branch using gh CLI after ensuring gh is authenticated.

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 on my current branch automatically?

To address GitHub PR comments on your current branch, this skill guides you to fetch, review, and respond to actionable review threads via scripted gh CLI actions. It locates the associated open PR and enumerates comments for you to apply fixes or responses.

Can I use gh CLI to fetch and resolve pull request review threads?

Yes, you can use gh CLI to fetch and resolve pull request review threads. This skill includes a fetch_comments.py script for data retrieval and uses scripted gh CLI actions to help you select comments and apply fixes or responses directly.

What's the best way to automate responses to actionable code review comments?

The best way to automate responses to actionable code review comments is using a scripting approach with gh CLI. This skill surfaces open PR comments for your branch and applies your selected fixes or responses through automated gh CLI interactions.

Do I need a specific script to fetch PR comments with gh CLI?

Yes, you need the included fetch_comments.py script to fetch PR comments with gh CLI. This skill requires this specific script for data retrieval to successfully enumerate comments and review threads on your current branch's open PR.

Why does my PR comment management workflow require gh authentication?

Your PR comment management workflow requires gh authentication because the skill uses gh CLI interactions to locate your branch-associated PR and execute scripted actions to fetch and respond to comments securely.