gh-address-comments

Address review and issue comments on GitHub Pull Requests using the GitHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Comment Identification: Fetches all comments and review threads associated with the current branch's PR.
  • User Clarification: Summarizes comments and prompts the user to select which ones to address.
  • Automated Fixes: Applies fixes for the 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 identify, understand, and resolve 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?

You can address GitHub PR comments from the command line by using a Skill that fetches review threads via the GitHub CLI, prompts you to select specific comments, and automatically applies the requested code fixes to your current branch.

Do I need gh CLI authentication to resolve pull request review comments?

Yes, resolving pull request review comments requires gh CLI authentication. The Skill verifies your GitHub CLI authentication status and needs appropriate network access to make GitHub API calls for fetching and addressing comments.

Can I select which GitHub PR comments to fix instead of resolving all of them?

Yes, you can select which GitHub PR comments to fix. The Skill summarizes all fetched comments and review threads associated with your current branch's PR, then prompts you to choose exactly which ones to address before applying automated fixes.

What is the best way to automate fixing code review feedback on my current branch?

The best way to automate fixing code review feedback is using a Skill that identifies review comments on your current branch's open PR, allows interactive selection of feedback items, and applies the necessary code changes directly through the GitHub CLI.

Why does fetching GitHub PR comments fail without network access?

Fetching GitHub PR comments fails without network access because the Skill relies on the GitHub CLI to make live GitHub API calls. It requires an active network connection to successfully verify authentication, retrieve review threads, and apply fixes.