gh-address-comments

Address GitHub Pull Request comments and review feedback using the GitHub CLI.

11|2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/bkircher/skills --skill gh-address-comments-bkircher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/bkircher/skills/tree/main/gh-address-comments
Command: npx skills add https://github.com/bkircher/skills --skill gh-address-comments-bkircher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing comments and review feedback on GitHub Pull Requests, ensuring that all feedback is acknowledged and resolved efficiently.

Core Features & Use Cases

  • Comment Identification: Automatically fetches all comments, reviews, and review threads associated with the current branch's open PR.
  • User Clarification: Presents a summarized list of comments, prompting the user to select which ones to address.
  • Automated Fixes: Applies fixes for the selected comments using the GitHub CLI.
  • Use Case: After a code review, you receive several comments on your PR. This Skill helps you quickly identify, select, and address each comment without manually navigating the GitHub interface.

Quick Start

Use the gh-address-comments skill to help address comments on the current GitHub PR.

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 from the command line?

To address GitHub PR comments from the command line, this Skill fetches all review threads for your current branch's open PR, prompts you to select which to address, and applies the necessary code fixes automatically.

What's the best way to automate resolving review feedback on a pull request?

Automating pull request review feedback involves identifying all comments on your current branch's PR, presenting a summarized list for selection, and applying fixes directly to the codebase without manual GitHub interface navigation.

Do I need the GitHub CLI installed to address PR comments with this tool?

Yes, the GitHub CLI (gh) must be installed and authenticated. The Skill relies entirely on the gh CLI to identify PR comments, reviews, and threads, and to apply the requested fixes to your code.

Can I select which specific GitHub comments to address instead of fixing all of them?

Yes, you can select specific GitHub comments to address. The Skill presents a summarized list of all identified comments and review threads, prompting you to choose exactly which ones to apply fixes for.

How does addressing pull request comments automatically work with my current branch?

Addressing pull request comments automatically works by detecting the open PR associated with your current Git branch, fetching its review feedback via the GitHub CLI, and applying your selected fixes directly to the local working directory.