gh-address-comments

Fetch and triage GitHub pull request review comments via gh CLI.

1|1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/TMYTiMidlY/skills --skill gh-address-comments-tmytimidly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/TMYTiMidlY/skills/tree/main/skills/.experimental/gh-address-comments
Command: npx skills add https://github.com/TMYTiMidlY/skills --skill gh-address-comments-tmytimidly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Many pull requests accumulate scattered review comments that require repeated gh CLI checks and manual tracking before fixes can be applied. This Skill centralizes the entire comment inspection process so you can focus on the threads that actually need attention.

Core Features & Use Cases

  • Authentication Guardrails: Validates gh CLI login and prompts for escalated permissions before running network-sensitive commands.
  • Comprehensive Comment Fetching: scripts/fetch_comments.py executes gh api graphql to gather conversation comments, reviews, and inline review threads for the open PR tied to the current branch.
  • Interactive Fix Workflow: Numbers each review thread, summarizes required fixes, and lets you pick which ones to address, guiding you through gh commands with real-time prompts.

Quick Start

Ask the skill to gather the current branch's open PR comments and address the selected ones via gh CLI.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I gather and address GitHub PR review comments for my current branch?

You can gather and address GitHub PR review comments by orchestrating gh CLI interactions to fetch conversation comments, reviews, and inline threads for the open pull request tied to your current branch. The workflow numbers each thread and guides you through manual fixes via real-time prompts.

What is the best way to triage scattered inline review threads on a GitHub pull request?

Triageing scattered inline review threads is handled by executing gh api graphql queries to fetch all conversation comments and reviews comprehensively. This centralizes the inspection process so you can interactively select specific numbered threads that require attention and fixes.

Does this PR review comment workflow require gh CLI authentication?

Yes, this PR review comment workflow requires gh CLI authentication. It includes authentication guardrails that validate your gh CLI login status and prompts for escalated permissions before running any network-sensitive commands to fetch pull request data.

Can I use gh CLI to fetch conversation comments and reviews for issue triage?

Yes, you can use gh CLI to fetch conversation comments and reviews for issue triage by running reusable GraphQL queries. These queries gather all review threads for the open pull request linked to your current branch, enabling structured triage and fix selection.

How do I select which GitHub PR review threads to fix after fetching comments?

You select which GitHub PR review threads to fix by using an interactive workflow that numbers each thread and summarizes required fixes. After fetching comments, you pick the specific threads you want to address, and the system guides you through the necessary gh commands.