gh-address-comments

Fetch and patch GitHub PR review comments via gh CLI.

2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/alanharrryy-wq/hitech-os --skill gh-address-comments-alanharrryy-wq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/alanharrryy-wq/hitech-os/tree/main/.agents/skills/D_worker/gh-address-comments
Command: npx skills add https://github.com/alanharrryy-wq/hitech-os --skill gh-address-comments-alanharrryy-wq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Address actionable PR review comments on the current branch using gh CLI to streamline triage and resolution.

Core Features & Use Cases

  • Fetches all PR conversation comments, reviews, and inline review threads for the current branch's open PR.
  • Guides the user to prioritize and apply fixes by prompting for comment selections before edits.
  • Ensures authentication is configured (gh auth) and surfaces re-auth prompts if needed.

Quick Start

Run the tool to fetch and address actionable PR review comments on the current branch.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I address multiple GitHub PR review comments at once?

To address GitHub PR review comments at once, this Skill fetches all conversation threads and inline comments via GraphQL, then interactively prompts you to select actionable items before applying patches to your current branch.

How do I triage and resolve inline PR review threads using gh CLI?

Triage and resolve inline PR review threads using gh CLI by leveraging an interactive workflow that fetches reviews and threads, prioritizes actionable comments, and guides you through applying fixes directly on your current branch.

Do I need gh auth configured to fetch and patch PR review comments?

Yes, you need gh auth configured to fetch and patch PR review comments. The Skill checks your GitHub CLI authentication status and surfaces re-auth prompts if needed before fetching PR data via GraphQL.

What is the best way to summarize actionable GitHub PR comments before editing code?

The best way to summarize actionable GitHub PR comments before editing code is to run this Skill, which aggregates all open PR review threads and prompts you to select specific comments to patch.

Does this PR comment resolution workflow work with the current branch only?

Yes, this PR comment resolution workflow works with the current branch only. It specifically targets the open PR associated with your active branch to fetch review threads and apply selected code changes.