gh-pr-review-comments

Fetch GitHub PR review comments and classify them as actionable, optional, or rejectable.

3|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/beeman/skills --skill gh-pr-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-review-comments
Source: https://github.com/beeman/skills/tree/main/gh-pr-review-comments
Command: npx skills add https://github.com/beeman/skills --skill gh-pr-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Addresses the challenge of manually triaging and following up on GitHub PR review comments by fetching live review data and orchestrating an automated, disciplined pass on the current feature branch.

Core Features & Use Cases

  • Triage top-level review comments, classify them as actionable, optional, or rejectable, and decide what to apply.
  • Apply only accepted fixes on the same PR branch, preserving history and avoiding changes to the base branch.
  • Run a self-review pass to detect contradictions or regressions introduced by the fixes, then resolve threads and update PR metadata as needed.
  • Re-request reviews from the relevant human reviewers or configured bots, and re-run the plan to re-assess the PR status.

Quick Start

Fetch live PR review data and start the automated follow-up pass on the current feature branch.

Frequently Asked Questions about gh-pr-review-comments

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

FAQPage Schema
How do I automate triage for GitHub pull request review comments?

Automate GitHub pull request review triage by fetching live comments via gh api and classifying each top-level item as actionable, optional, or rejectable to decide which fixes to apply on the current feature branch.

What is the best way to apply code review fixes without altering the base branch?

Apply code review fixes safely by committing accepted changes only to the existing PR feature branch, preserving single- or multi-commit history and avoiding any modifications to the base branch.

Can I automatically resolve GitHub PR review threads after applying fixes?

You can resolve GitHub PR review threads automatically by running a self-review pass to detect contradictions or regressions from your fixes, then resolving threads and refreshing PR metadata before re-requesting reviews.

Do I need a Git environment and gh CLI to automate pull request code review workflows?

Yes, automating pull request code review workflows requires a local Git environment with the gh CLI installed to fetch live PR review data, apply fixes, and push changes using standard Git rules.

How do I re-request reviews from human reviewers and bots after updating a PR branch?

Re-request reviews from human reviewers and bots after updating a PR branch by refreshing PR metadata and re-running the triage plan to re-assess PR status and trigger bot-based re-review requests.

What are the limitations of automating PR triage with gh api for multi-commit histories?

Automating PR triage with gh api handles single- and multi-commit histories but operates within standard push rules, meaning it cannot bypass branch protection policies or force-push restrictions when applying fixes.