address-github-comments

Address GitHub pull request comments using the gh CLI.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill address-github-comments-jokken79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-github-comments
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/address-github-comments
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill address-github-comments-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address review or issue comments on GitHub pull requests using the gh CLI to organize feedback and ensure all comments are addressed and tracked.

Core Features & Use Cases

  • Inspect PR comments with gh pr view --comments and identify actionable threads.
  • Categorize feedback, propose fixes, and apply changes across branches.
  • Post resolutions or follow-up comments to close threads and maintain traceability.

Quick Start

Inspect the PR comments with gh pr view --comments and address each feedback using gh pr comment and status updates.

Frequently Asked Questions about address-github-comments

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

FAQPage Schema
How do I address GitHub PR comments using the gh CLI?

To address GitHub PR comments, inspect them using `gh pr view --comments`, categorize the feedback, apply fixes locally, and post resolutions using `gh pr comment` to close the threads.

Can I organize multiple review threads on a pull request with gh CLI?

Yes, you can organize multiple review threads by pulling comments via `gh pr view --comments`, categorizing actionable feedback, applying changes, and updating resolved-status to maintain traceability across threads.

What's the best way to track and resolve issue comments on a current branch?

The best way to track issue comments is to extract them via `gh pr view --comments`, apply fixes on your current branch, and post follow-up comments through `gh pr comment` to ensure all feedback is addressed and tracked.

Do I need gh authentication to manage pull request feedback workflows?

Yes, gh authentication is required. The Skill relies on gh CLI authentication to pull PR comments, categorize actionable feedback, apply changes across branches, and post resolution updates.

How does posting resolved-status updates work for GitHub pull requests?

Posting resolved-status updates works by applying requested changes to your branch and using `gh pr comment` to post follow-up resolutions, ensuring collaborative PR workflows maintain traceability and close existing threads.