gh-address-comments

Fetch and triage GitHub PR review comments via gh CLI.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/open-commander/open-commander --skill gh-address-comments-open-commander
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/open-commander/open-commander/tree/main/agents/skills/gh-address-comments
Command: npx skills add https://github.com/open-commander/open-commander --skill gh-address-comments-open-commander

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the process of addressing actionable PR review comments on the open GitHub PR for the current branch, reducing manual review time and back-and-forth.

Core Features & Use Cases

  • Inspect open PR comments, reviews, and inline threads for the current branch and surface actionable items.
  • Prepare and apply fixes or actions for the selected comments using the gh CLI with authenticated access.
  • Streamline code reviews across multiple contributors by maintaining consistent PR hygiene and faster feedback loops.

Quick Start

Authenticate with gh and fetch the current branch PR comments to address the selected items.

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 GitHub PR comments automatically on my current branch?

To address GitHub PR comments automatically, this Skill reads the open PR for your current branch, fetches review threads and inline comments via the gh CLI, and applies user-selected fixes to streamline code review sessions.

What's the best way to triage PR review threads without manual checking?

Triageing PR review threads is handled by fetching comments, reviews, and status updates through authenticated gh api graphql queries, surfacing actionable items so you can apply fixes directly without manual repository checking.

Do I need gh CLI authentication to fetch and resolve inline PR comments?

Yes, you need authenticated gh CLI access to fetch PR comments, reviews, and threads. The Skill relies on the gh CLI to query the current branch's PR and apply the selected actions to inline review comments.

Can I use this to resolve code review comments across multiple repositories?

Yes, you can use this during ongoing code review sessions across repositories. It reads the current PR for the active branch, maintaining consistent PR hygiene and enabling faster feedback loops among multiple contributors.

How does automating PR comment fixes work with review threads and status updates?

Automating PR comment fixes works by querying the current branch's PR to extract review threads, inline comments, and status updates, then preparing and applying user-selected actions to address actionable items directly through the gh CLI.

What are the limitations of automating GitHub PR comment triage with scripts?

Limitations include dependency on authenticated gh CLI access and the requirement to have an open PR on the current branch; the Skill only addresses comments fetched via gh api graphql and applies user-selected fixes rather than fully autonomous resolution.