gh-address-comments

Fetch and interactively address GitHub Pull Request review comments via GitHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you efficiently manage and address comments and review feedback on your GitHub Pull Requests directly from your command line.

Core Features & Use Cases

  • Comment Fetching: Retrieves all conversation comments, reviews, and inline review threads for the current branch's PR.
  • Interactive Triage: Presents comments with summaries and allows you to select which ones to address.
  • Automated Fixes: Applies fixes for selected comments using the GitHub CLI.
  • Use Case: After pushing a new feature branch, you receive feedback on your PR. This Skill helps you quickly see all the comments, decide which ones to tackle, and apply the necessary code changes.

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?

You can address GitHub PR comments from the command line by using this Skill to fetch reviews and discussion threads via the GitHub CLI, then interactively selecting and applying fixes directly to your current branch.

Can I fetch and triage pull request review threads automatically?

Yes, this Skill retrieves all conversation comments, reviews, and inline GitHub PR threads for the current branch, presenting them with summaries so you can interactively triage and select which pull request review comments to address.

Do I need the GitHub CLI to resolve pull request comments?

Yes, you need an authenticated GitHub CLI with appropriate repository operation scopes to resolve pull request comments, as this Skill leverages the GitHub CLI to fetch PR details, reviews, and apply selected fixes directly to your repository.

What is the best way to apply fixes for selected GitHub PR comments?

The best way to apply fixes for selected GitHub PR comments is using this Skill's interactive triage, which presents comment summaries and automates the application of fixes for your selected items via the GitHub CLI.

What are the limitations of automating code review comment fixes?

A key limitation of automating code review comment fixes is that this Skill requires an authenticated GitHub CLI with appropriate scopes and only processes comments associated with the current branch's PR, limiting its use to that specific context.