gh-address-comments

Fetch GitHub PR review comments and summarize actionable items for fixes.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/nilpath/nilpath-marketplace --skill gh-address-comments-nilpath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/nilpath/nilpath-marketplace/tree/main/plugins/claude-code-tools/skills/gh-address-comments
Command: npx skills add https://github.com/nilpath/nilpath-marketplace --skill gh-address-comments-nilpath

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, git, and includes scripts (resource) components.

What problem does it solve?

Address review/issue comments on the open GitHub PR for the current branch. Fetches all comments and review threads, summarizes what needs attention, and helps apply fixes. Use when responding to PR feedback, resolving review comments, or when user mentions "address comments" or "fix review feedback".

Core Features & Use Cases

  • Fetch all PR comments, reviews, and review threads for the current branch's PR.
  • Summarize actionable items and track what needs fixing.
  • Apply fixes by triggering targeted scripts and reply to threads to acknowledge changes.

Quick Start

Run the fetch-comments.sh script to collect all comments for the current PR, review the summary, and apply fixes with the provided scripts as needed.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I summarize and resolve GitHub PR review comments on my current branch?

To address GitHub PR review comments, this Skill fetches all comments, reviews, and threads for the current branch's PR, summarizes actionable items, and guides you through applying fixes via targeted scripts.

Do I need gh and jq installed to fetch and address PR review feedback?

Yes, you need both gh and jq installed to fetch and address PR review feedback. The Skill requires these dependencies to run within a Git repository, authenticate to GitHub, and parse JSON output.

What is the best way to track actionable items from GitHub pull request threads?

The best way to track actionable items from GitHub pull request threads is using this Skill to aggregate reviews and comments. It summarizes what needs fixing and helps apply changes by triggering scripts.

Can I automatically reply to GitHub review threads after applying code fixes?

Yes, you can reply to GitHub review threads after applying code fixes. The Skill authenticates to GitHub to post review updates, allowing you to acknowledge changes and resolve threads directly.

Why does the Skill only fetch comments for the current branch's PR?

The Skill fetches comments for the current branch's PR because it operates within your local Git repository context. It uses the current branch to identify the associated pull request and aggregate relevant threads.