gh-address-comments

Fetch and apply fixes to GitHub Pull Request comments via gh CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cuba6112/skillfactory --skill gh-address-comments-cuba6112
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/cuba6112/skillfactory/tree/main/.claude/skills/gh-address-comments
Command: npx skills add https://github.com/cuba6112/skillfactory --skill gh-address-comments-cuba6112

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers efficiently address review and issue comments on GitHub Pull Requests directly from their local environment, streamlining the code review process.

Core Features & Use Cases

  • Comment Fetching: Retrieves all comments, reviews, and inline review threads for the current branch's PR.
  • User Clarification: Presents comments with summaries and prompts the user to select which ones to address.
  • Automated Fix Application: Applies fixes to the selected comments.
  • Use Case: After pushing a feature branch and opening a PR, a developer can use this Skill to quickly see all feedback, choose which comments to act on, and implement the changes without leaving their terminal.

Quick Start

Use the gh-address-comments skill to fetch and display all comments on the current 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 my local terminal?

To address GitHub PR comments locally, this automation fetches all review and inline threads for the current branch using the gh CLI, presents them for user selection, and applies the chosen fixes directly from your terminal.

Can I fetch and resolve inline GitHub pull request review threads automatically?

Yes, you can fetch inline GitHub pull request review threads automatically. The process retrieves all comments and reviews on the current branch's PR, summarizes them, and prompts you to select which specific items to resolve.

Do I need gh CLI authentication to manage pull request comments?

Yes, you need gh CLI authentication with appropriate scopes to manage pull request comments. Reliable operation requires proper gh CLI setup to fetch PR comments and apply fixes for the current branch.

What's the best way to select which code review comments to act on?

The best way to select code review comments to act on is using a tool that presents all PR feedback with summaries, allowing you to choose specific items for automated fix application without leaving your local environment.

Why does fetching GitHub PR comments fail without proper gh CLI setup?

Fetching GitHub PR comments fails without proper gh CLI setup because the process relies on gh CLI authentication with appropriate scopes to reliably retrieve reviews, issue comments, and inline threads for the current branch.