gh-address-comments

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

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill gh-address-comments-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/gh-address-comments
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill gh-address-comments-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Addresses actionable GitHub PR review comments on the current branch using gh CLI; verify authentication and prompt to login if not authenticated.

Core Features & Use Cases

  • Inspect and surface PR conversation comments, reviews, and inline threads for the current branch.
  • Prompt you to number and select comments to address, then automatically apply fixes or guidance.
  • Enforce gh authentication by guiding login when needed, ensuring commands succeed.

Quick Start

Address the PR review comments for the current branch using gh CLI and follow prompts to select items to fix.

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

You can address GitHub PR review comments by using a skill that fetches open conversation comments, inline threads, and reviews via gh CLI, then prompts you to select specific items to fix.

Do I need gh authentication to fetch and resolve pull request comments?

Yes, gh authentication is required to fetch PR metadata and comments; this skill verifies your login status and guides you through the authentication process if needed.

Can I select specific inline threads to fix from a GitHub pull request?

Yes, the skill analyzes open conversation comments, inline threads, and reviews, prompting you to number and select specific items you want to address.

What is the best way to automate resolving code review comments with gh CLI?

Automating code review comments is best handled by fetching PR data via gh api and GraphQL, then interactively prompting the user to select and apply fixes directly to the codebase.

Does this approach work with both conversation comments and inline review threads?

Yes, this approach works with both conversation comments and inline review threads, analyzing all open feedback surfaces on the current branch to ensure comprehensive comment resolution.