gh-address-comments

Fetches and triages GitHub PR comments via CLI.

28|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/ma08/botfiles --skill gh-address-comments-ma08
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/ma08/botfiles/tree/main/codex/skills/gh-address-comments
Command: npx skills add https://github.com/ma08/botfiles --skill gh-address-comments-ma08

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually tracking and addressing review and issue comments on open GitHub pull requests for your current branch is time-consuming and requires constant switching between your terminal and the GitHub UI. This Skill automates the process of gathering all PR feedback so you can focus on implementing fixes instead of hunting for comments.

Core Features & Use Cases

  • Automated Comment Fetching: Pulls all PR conversation comments, review submissions, and inline review threads via the GitHub CLI, eliminating the need for manual GitHub navigation.
  • Triage and Selection: Presents a numbered summary of all feedback items, letting you choose which comments to address based on priority.
  • Use Case: If you have an open PR with 8 review comments and 3 inline threads, use this Skill to pull all feedback in one go, select the 4 high-priority items to fix, and apply the changes without leaving your terminal.

Quick Start

Use the gh-address-comments skill to pull all review comments for your current branch's open PR and apply fixes for the selected feedback.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I resolve GitHub PR review comments without leaving the terminal?

Resolve GitHub PR review comments without leaving the terminal by using a Skill that fetches conversation comments, review submissions, and inline threads via the gh CLI. It presents a numbered summary of all feedback items so you can triage and apply fixes directly.

Can I fetch all inline review threads for a pull request using the GitHub CLI?

Yes, you can fetch inline review threads for a pull request using the GitHub CLI. The Skill retrieves conversation comments, review submissions, and inline threads via the GitHub GraphQL API, eliminating the need for manual GitHub UI navigation.

Do I need authenticated gh CLI access to pull PR metadata and conversation comments?

Yes, you need authenticated gh CLI access with repository and workflow scopes to pull PR metadata and conversation comments. This authentication is required to query the GitHub GraphQL API for review submissions and inline review threads linked to your current git branch.

What is the best way to triage code review feedback on open pull requests?

The best way to triage code review feedback on open pull requests is to automate the gathering of all PR comments and inline threads. This Skill presents a numbered summary of all feedback items, letting you select and apply fixes based on priority without manual GitHub UI navigation.

How does gh-address-comments pull review feedback for the current git branch?

The gh-address-comments Skill pulls review feedback for the current git branch by querying the GitHub GraphQL API for open PR metadata. It fetches conversation comments, review submissions, and inline review threads, allowing you to select which items to address.