gh-address-comments

Locate the current branch's GitHub pull request and summarize review threads.

24|8|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vadimcomanescu/codex-skills --skill gh-address-comments-vadimcomanescu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/vadimcomanescu/codex-skills/tree/main/skills/.experimental/devtools/gh-address-comments
Command: npx skills add https://github.com/vadimcomanescu/codex-skills --skill gh-address-comments-vadimcomanescu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers find the open pull request for the current branch and efficiently address review and issue comments using the GitHub CLI, removing manual searching and summarization overhead.

Core Features & Use Cases

  • Locate PR for current branch: Finds the open pull request associated with the developer's current branch so you can focus on relevant feedback.
  • Enumerate and summarize review threads: Lists comments and review threads, providing short summaries and numbering to simplify selection.
  • Interactive selection and remediation: Prompts the user to choose which comments to address and supports applying fixes or preparing responses.
  • Resilient auth handling: Verifies gh authentication, prompts to re-authenticate if needed, and advises on elevated sandbox permissions for networked gh commands.
  • Use Case: A developer preparing a branch for merge can quickly review outstanding feedback, pick actionable items, and apply or draft fixes with guided steps.

Quick Start

Run the skill to locate the open PR for your current branch, list and summarize review threads, and prompt you to select which comments to address.

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 pull request review comments from the command line?

You can address pull request review comments from the command line by using the gh CLI to locate the open PR for your current branch, enumerate review threads, and interactively select which comments to fix.

Can I list and summarize GitHub PR review threads automatically?

Yes, you can list and summarize GitHub PR review threads automatically by running the skill with authenticated gh CLI access, which lists comments, provides short summaries, and numbers them for easy selection.

How do I find the open pull request for my current git branch?

To find the open pull request for your current git branch, the skill executes gh commands to locate the associated PR, allowing you to focus on relevant feedback without manual searching.

Does addressing PR comments with gh CLI require special authentication?

Addressing PR comments with gh CLI requires valid authentication, verified by executing gh auth status, and may prompt re-authentication or advise elevated sandbox permissions for networked gh commands.

What is the best way to manage code review feedback before merging a branch?

The best way to manage code review feedback before merging is to list outstanding review threads, pick actionable items interactively, and apply or draft fixes with guided steps using the gh CLI.

How do I handle unresolved issue comments on a GitHub pull request?

You handle unresolved issue comments on a GitHub pull request by enumerating review threads with gh CLI, optionally using a fetch_comments.py helper, and choosing which comments to address.