gh-address-comments

Fetch and triage GitHub PR comments and review threads via gh CLI.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Canepro/codex-skills --skill gh-address-comments-canepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/Canepro/codex-skills/tree/main/skills/gh-address-comments
Command: npx skills add https://github.com/Canepro/codex-skills --skill gh-address-comments-canepro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps engineers and reviewers quickly address, triage, and respond to comments on a GitHub PR associated with the current branch, reducing review back-and-forth and speeding up merges.

Core Features & Use Cases

  • Fetches all PR conversation comments, review submissions, and inline review threads using the gh CLI and a bundled fetch script.
  • Triages open items, proposes drafted replies or code changes, and guides the user through selective resolutions.
  • Supports cross-repo PRs for the current branch, with clear prompts for when to apply fixes and post updates back to the PR.

Quick Start

Run the gh-address-comments skill on a branch with an associated PR to fetch all comments and begin triaging them with drafted replies and suggested code changes.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I triage GitHub PR comments on my current branch?

To triage GitHub PR comments, run the skill on your active branch to fetch all review threads and conversation comments via the gh CLI. It then proposes drafted replies and code changes for selective, user-driven resolution.

Can I use the gh CLI to fetch and resolve inline review threads?

Yes, you can fetch inline review threads using a bundled GraphQL script with pagination. The skill presents these actionable items and guides you through applying fixes and posting updates back to the PR.

Does this skill work with cross-repo pull requests for the current branch?

Yes, the skill supports fetching and triaging comments for cross-repo PRs linked to your current branch. It provides clear prompts for when to apply fixes and post updates back to the associated pull request.

What is the best way to draft replies for multiple GitHub PR reviews?

The best way to draft replies for multiple reviews is to run this skill, which fetches all PR conversation comments and review submissions. It triages open items and proposes drafted replies to speed up merges.

Do I need the gh CLI installed to automate pull request code review triage?

Yes, you need the gh CLI installed because the skill uses it alongside a bundled fetch script to retrieve all PR conversation comments, review submissions, and inline threads using GraphQL with pagination.