gh-address-comments

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps developers efficiently address review comments and issues 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 review threads associated with the current branch's Pull Request.
  • Interactive Selection: Presents comments with summaries and allows the user to choose which ones to address.
  • Automated Resolution: Applies fixes for selected comments using the GitHub CLI.
  • Use Case: After receiving feedback on a Pull Request, use this Skill to quickly see all comments, select the ones you want to fix, and have the Skill attempt to apply the changes and commit them.

Quick Start

Use the gh-address-comments skill to find and address comments on the current GitHub Pull Request.

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 pull request comments locally without opening a browser?

To address GitHub PR comments locally, use this Skill to fetch all review threads via the GitHub CLI, select specific comments interactively, and apply fixes directly from your terminal environment.

Can I automatically resolve GitHub PR review comments for my current branch?

Yes, you can automatically resolve GitHub PR review comments by running this Skill on your current branch; it retrieves associated feedback and attempts to apply code fixes for your chosen comments.

What GitHub CLI authentication is needed to fetch and resolve pull request comments?

Fetching and resolving pull request comments requires authenticated GitHub CLI access with appropriate repository scopes configured, ensuring the tool can read threads and apply changes to your repository.

How does interactive selection work when addressing code review feedback?

Interactive selection presents all fetched PR comments alongside summaries, allowing you to choose specific items to address, after which the Skill applies fixes to the selected code review feedback.

What is the best way to streamline the code review process after receiving GitHub feedback?

The best way to streamline the code review process is to automate comment retrieval and resolution locally, letting you select specific GitHub feedback and apply fixes without manually copying file paths.

Does this tool fetch all types of comments including issue comments and review threads?

Yes, the tool fetches all types of comments associated with the current branch's PR, retrieving standard issue comments, formal reviews, and nested review threads for comprehensive feedback coverage.