gh-address-comments

Addresses GitHub PR review comments by discovering, auditing, and applying fixes via gh CLI and fetch_comments.py script.

5|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/GuicedEE/ai-rules --skill gh-address-comments-guicedee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/GuicedEE/ai-rules/tree/main/skills/.curated/gh-address-comments
Command: npx skills add https://github.com/GuicedEE/ai-rules --skill gh-address-comments-guicedee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you address review/issue comments on the open GitHub PR for the current branch by guiding authenticated gh CLI interactions and prompting for user authentication when needed.

Core Features & Use Cases

  • Discover open PRs for the current branch and fetch all comments and review threads via the gh CLI.
  • Triaging and summarizing actionable items to decide what to fix.
  • Apply fixes by updating the PR based on user selections.

Quick Start

Run fetch_comments.py to fetch and enumerate all PR comments for the current branch, then choose which comments to address and start the fix flow.

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 review comments via the gh CLI?

To address GitHub PR review comments, you can run the included script to fetch comments on the current branch, select the actionable items, and apply fixes directly through guided gh CLI interactions.

How do I fetch and triage pull request comments for my current branch?

Fetch pull request comments by running the script to discover open PRs and enumerate review threads, allowing you to triage and summarize actionable items before applying fixes.

Do I need gh authentication to manage pull request review threads?

Yes, gh authentication is required to fetch PR comments and apply fixes, with the workflow prompting you for authentication credentials when needed to execute the commands.

Can I select which GitHub comments to fix across multiple threads?

Yes, you can select which GitHub comments to fix across multiple review threads, as the workflow audits the fetched comments and applies fixes based on your specific selections.

What's the best way to automate fixing GitHub pull request comments?

Automate fixing GitHub pull request comments by running a script to collect data and drive the interaction, guiding authenticated gh CLI operations to apply selected fixes across threads.

Why does the PR comment workflow require executing a script?

The PR comment workflow requires executing a script to collect data and drive the interaction, as it is necessary to discover the open PR, audit comments, and enumerate actionable items for selection.