gh-address-comments

Locate open GitHub PRs and apply user-approved fixes to review comments.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/jibaxZZZ/codex-root-configuration --skill gh-address-comments-jibaxzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/jibaxZZZ/codex-root-configuration/tree/main/.codex/skills/gh-address-comments
Command: npx skills add https://github.com/jibaxZZZ/codex-root-configuration --skill gh-address-comments-jibaxzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the process of reviewing and addressing GitHub PR comments directly from the command line by guiding authentication, fetching comments, and applying selected fixes.

Core Features & Use Cases

  • Inspect open PR comments and review threads for the current branch using gh CLI.
  • Identify, enumerate, and select specific comments to address, then apply fixes.
  • Gracefully handle authentication, including prompting for gh login if needed and retrying operations.

Quick Start

Run the PR Comment Handler to locate the open PR for your current branch, fetch all comments with fetch_comments.py, select which items to address, and apply the chosen fixes.

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 from the command line?

To address GitHub PR comments from the command line, this Skill locates the open PR for your current branch, fetches review threads using gh CLI, and applies your approved fixes directly.

How do I enumerate and inspect review threads on a GitHub pull request?

You enumerate and inspect review threads by running the fetch_comments.py script, which uses gh CLI to list all conversations on the current branch's open PR for selection.

Do I need gh authentication to manage pull request comments?

Yes, gh authentication is required to manage pull request comments. The Skill checks repository access and gracefully prompts for gh login if needed, retrying operations afterward.

Can I select specific GitHub PR comments to fix rather than applying all suggestions?

Yes, you can select specific GitHub PR comments to fix. The Skill identifies and enumerates individual review threads, allowing you to choose which items to address before applying fixes.

What happens if gh CLI is not logged in when fetching PR comments?

If gh CLI is not logged in when fetching PR comments, the operation gracefully handles authentication by prompting you to run gh login and then retries the comment fetching process.