gh-pr-address-comments

Fetch GitHub PR review comments, triage actionable ones, implement fixes, and push updates.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/harley/useful-skills --skill gh-pr-address-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-address-comments
Source: https://github.com/harley/useful-skills/tree/main/gh-pr-address-comments
Command: npx skills add https://github.com/harley/useful-skills --skill gh-pr-address-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch PR review comments for the current branch, decide which are actionable, implement fixes, and push updates.

Core Features & Use Cases

  • Fetch review comments via the GitHub CLI to surface inline threads and review summaries.
  • Triage comments by labeling each as address now, defer, or no-op, and propose or apply fixes on the branch.
  • Commit changes with clear messages and push to the same feature branch; optionally reply to and resolve threads in the PR UI.

Quick Start

Run /gh-pr-address-comments on a feature branch with an open PR

Frequently Asked Questions about gh-pr-address-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically address and fix GitHub PR review comments?

To automatically address GitHub PR review comments, you can use a triage tool that fetches inline threads via the GitHub CLI, decides which comments are actionable, applies code fixes, and pushes commits directly to your feature branch.

What is the best way to triage inline code review comments on a feature branch?

Triage of inline code review comments involves labeling each comment as address now, defer, or no-op. This process categorizes feedback so you can systematically apply fixes and push updates to the current feature branch.

How do I commit and push code fixes in response to pull request reviews?

You can commit and push fixes by applying deterministic changes to your local branch, creating clear commit messages, and pushing those updates to the remote feature branch connected to the open pull request.

Do I need the GitHub CLI to automate applying fixes from PR comments?

Yes, automating this workflow requires the GitHub CLI to retrieve PR review comments and surface inline threads. You also need a connected repository with an active pull request on your current branch.

Can I automatically resolve PR review threads after pushing code fixes?

Yes, after applying fixes and pushing updates to the feature branch, the workflow optionally supports replying to and resolving the comment threads directly within the pull request UI.