gh-address-comments

Fetch and summarize GitHub pull request review comments for a branch.

4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/euxx/claude-skills-for-copilot --skill gh-address-comments-euxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/euxx/claude-skills-for-copilot/tree/main/skills/gh-address-comments
Command: npx skills add https://github.com/euxx/claude-skills-for-copilot --skill gh-address-comments-euxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you triage and resolve review feedback on a GitHub pull request without manually hunting through comments and threads.

Core Features & Use Cases

  • Fetches review comments, review threads, and PR conversation comments from the current branch's open pull request.
  • Produces a numbered summary so you can choose exactly which feedback items to address.
  • Applies the selected fixes in code, then reports what was completed and what was skipped.
  • Useful when you need to clean up inline review notes, answer PR feedback, or make targeted edits from a code review session.

Quick Start

Ask the assistant to fetch the comments on the current pull request and address the ones you want fixed.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I fetch and summarize GitHub pull request review comments for my current branch?

Fetch and summarize GitHub pull request review comments by using the gh CLI to retrieve inline threads and conversation feedback for your current branch's open PR, producing a numbered list to select items for code changes.

What's the best way to triage inline review threads on a GitHub pull request?

Triage inline review threads on a GitHub pull request by pulling all review comments via the GitHub API, summarizing them into a numbered list, and applying targeted code fixes to resolve the selected feedback.

Do I need gh CLI authentication to fetch PR conversation comments?

Yes, you need gh CLI authentication and GitHub API access to fetch PR conversation comments, as the Skill requires valid credentials to retrieve review threads and inline feedback from your repository.

Can I resolve specific reviewer feedback items instead of addressing all PR comments at once?

Yes, you can resolve specific reviewer feedback items by selecting from the numbered summary of PR comments, allowing you to make targeted code changes only for the feedback you choose to address.

How does this approach handle PR comments that are skipped or cannot be resolved?

When you resolve PR comments, the approach reports both what was completed and what was skipped, ensuring you have a clear summary of which review feedback items were successfully addressed and which remain open.

Does this work with local code context to safely edit files from review feedback?

Yes, it uses local code context alongside GitHub API access to safely resolve, edit, and summarize selected PR review comments, ensuring changes are applied directly to the relevant files in your repository.