gh-address-comments

Fetch and resolve GitHub Pull Request comments via the GitHub CLI.

467|42|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/mxyhi/ok-skills --skill gh-address-comments-mxyhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/mxyhi/ok-skills/tree/main/gh-address-comments
Command: npx skills add https://github.com/mxyhi/ok-skills --skill gh-address-comments-mxyhi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and agents (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 Inspection: Fetches and displays all comments and review threads on the current branch's PR.
  • Targeted Fixes: Allows users to select specific comments to address.
  • Automated Application: Applies fixes for selected comments using gh CLI commands.
  • Use Case: After a code review, you receive several comments. This skill helps you quickly identify, select, and resolve each comment without manually navigating the GitHub interface.

Quick Start

Use the gh-address-comments skill to inspect and 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 resolve GitHub pull request review comments locally from the command line?

Resolve GitHub pull request comments locally by fetching open review threads on your current branch and applying fixes directly through the GitHub CLI. This automates the process of addressing selected comments without navigating the web interface.

How can I select specific GitHub PR comments to address instead of resolving all of them?

Select specific GitHub PR comments to address by prompting the user to choose individual review threads fetched from the current branch. The Skill then applies fixes only for the selected comments using gh CLI commands.

Do I need GitHub CLI authentication to address PR comments for my current branch?

Yes, you need GitHub CLI authentication to address PR comments. The Skill verifies your authentication status before fetching and resolving review threads on the open pull request associated with your current branch.

What is the best way to automate addressing code review threads on an open GitHub Pull Request?

Automate addressing code review threads by using a Skill that fetches all comments on your current branch's PR, prompts for selection, and applies fixes via gh CLI commands. This streamlines the entire code review resolution process locally.

Why does fetching GitHub PR comments fail when I try to address them locally?

Fetching GitHub PR comments fails if your GitHub CLI authentication is invalid or missing. The Skill verifies authentication before retrieving review threads, ensuring you have the necessary access to the pull request on your current branch.

Can I use the gh-address-comments Skill to manage review threads on any GitHub pull request?

You can use the gh-address-comments Skill to manage review threads on open pull requests associated with your current local branch. It fetches comments and applies fixes using the GitHub CLI for that specific PR context.