pr-review-checker

Fetch and summarize PR review comments from CodeRabbit and human reviewers.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rollercoaster-dev/monorepo --skill pr-review-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-checker
Source: https://github.com/rollercoaster-dev/monorepo/tree/main/.claude/skills/pr-review-checker
Command: npx skills add https://github.com/rollercoaster-dev/monorepo --skill pr-review-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically fetch and summarize PR review comments and feedback from CodeRabbit and human reviewers to quickly gauge PR status without digging through comments.

Core Features & Use Cases

  • Fetch PR reviews: Retrieve reviews, decision, and reviewers.
  • Parse feedback: Distinguish approvals, requested changes, and comments.
  • Summarize status: Provide a concise PR status with actionable items.

Quick Start

Use this skill to check PR reviews: gh pr view 123 --json reviews,reviewDecision,state

Frequently Asked Questions about pr-review-checker

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

FAQPage Schema
How do I summarize PR review feedback from multiple reviewers?

PR review summary fetches and consolidates feedback from CodeRabbit and human reviewers into a single structured report. Use gh pr view with the --json flag to retrieve reviews, decisions, and reviewer status, then parse approvals, requested changes, and unresolved comments to quickly assess PR health without reading individual comments.

Can I check PR review status and unresolved comments automatically?

Yes. Fetch PR reviews using gh pr view and gh api commands to identify review decisions, pending feedback, and actionable items. The Skill distinguishes between approval, change requests, and pending reviews, outputting a standardized report of what remains unresolved and what action reviewers expect.

How do I track CodeRabbit and Claude review decisions on GitHub PRs?

Retrieve review data via GitHub CLI commands to identify all reviewers and their decisions. The Skill parses CodeRabbit and human reviewer feedback, extracts decision status, and surfaces unresolved comments and recommendations in a single concise output without manual filtering.

What's the fastest way to gauge PR health before merging?

Fetch PR reviews with a single command to get reviewer decisions, pending feedback counts, and unresolved items. Summarizing reviews reveals approval status, outstanding change requests, and actionable recommendations, eliminating manual comment scanning and reducing merge-readiness assessment time.

Does this work with GitHub pull requests and multiple review sources?

Yes. The Skill retrieves reviews from both CodeRabbit automated reviews and human reviewers on GitHub PRs using standard GitHub CLI. It consolidates feedback from all sources into one structured report showing decisions, reviewer identities, and unresolved comments.