gh-address-comments

Address actionable GitHub PR comments and reviews using gh CLI.

106|3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ewhauser/shuck --skill gh-address-comments-ewhauser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/ewhauser/shuck/tree/main/.claude/skills/gh-address-comments
Command: npx skills add https://github.com/ewhauser/shuck --skill gh-address-comments-ewhauser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automatically address actionable GitHub PR comments and reviews on the current branch, reducing manual review time and back-and-forth.

Core Features & Use Cases

  • Fetches and addresses top-level PR comments, reviews, and inline threads using the gh CLI.
  • Prompts for authentication if needed and guides re-authentication when required.
  • Works across repositories for open PRs, ensuring comprehensive feedback handling.

Quick Start

Run the tool against your repository to automatically address all open PR comments for 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 automatically address GitHub PR comments on my current branch?

The tool addresses PR comments by fetching top-level comments, reviews, and inline threads via gh CLI. It implements gh auth checks and GraphQL pagination to process all actionable feedback on the current branch for open PRs.

What types of GitHub pull request comments can be automatically addressed?

It collects top-level PR comments, reviews, and inline threads using gh CLI. By querying open PRs with GraphQL pagination, it consolidates all actionable feedback to ensure comprehensive automated updates across the repository.

Do I need to authenticate with gh CLI to fetch and address pull request comments?

Yes, gh CLI authentication is required. The tool implements robust gh auth checks and will prompt for authentication if needed, guiding re-authentication to ensure secure access for fetching PR comments.

Can I use this to address code review feedback across multiple open PRs?

Yes, it works across repositories for open PRs to address code review feedback. By collecting top-level comments, reviews, and inline threads on the current branch, it provides consolidated output for automated updates.

What is the best way to automate resolving inline code review threads on GitHub?

Using gh CLI with GraphQL pagination is the best way to automate resolving inline code review threads. The tool collects all actionable threads on the current branch and provides consolidated output for automated updates.