gh-address-comments

Fetch and organize GitHub pull request review comments and inline threads.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/ak-eyther/model-project --skill gh-address-comments-ak-eyther
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/ak-eyther/model-project/tree/main/codex/skills/gh-address-comments
Command: npx skills add https://github.com/ak-eyther/model-project --skill gh-address-comments-ak-eyther

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you find, organize, and address review feedback on the open GitHub pull request for your current branch, reducing the manual effort of tracking scattered comments and inline threads.

Core Features & Use Cases

  • PR Comment Discovery: Fetches conversation comments, review submissions, and inline review threads from the associated pull request.
  • Review Triage: Numbers comments and threads, then summarizes what each one requires so you can decide what to fix first.
  • GitHub CLI Workflow: Uses the gh CLI to inspect the PR context and support follow-up fixes after user clarification.
  • Use Case: A reviewer leaves several change requests across multiple files, and you need a quick, structured view of every item before editing code.

Quick Start

Use this skill to inspect the open pull request on the current branch and summarize all review comments and threads that need attention.

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 organize GitHub PR review comments for my current branch?

This skill fetches GitHub PR review comments by using the authenticated gh CLI with GraphQL queries to enumerate conversation comments, review submissions, and inline threads for the open pull request on your current branch.

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

The best way to triage scattered inline review threads is to aggregate them via GraphQL PR queries, which this skill does by numbering comments and threads, then summarizing what each requires so you can decide what to fix first before editing code.

Do I need the gh CLI to enumerate pull request review threads?

Yes, you need authenticated gh CLI access to enumerate pull request review threads. The skill relies on the gh CLI to inspect the PR context and execute GraphQL-based queries to fetch comments, reviews, and thread resolution status.

Can I get a structured view of all change requests across multiple files in a GitHub PR?

Yes, you can get a structured view of all change requests across multiple files. The skill fetches and organizes inline review threads and conversation comments, providing a numbered summary of every feedback item that needs attention across the pull request.

Does this skill check the resolution status of GitHub PR review threads?

Yes, this skill checks the resolution status of GitHub PR review threads. It applies GraphQL-based PR queries to enumerate comments, reviews, and the current thread resolution status for the open pull request on your working branch.