dev-review-pr

Collect and synthesize PR review feedback from automated and human reviewers.

36|6|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Nebulavenus/forge-gpu --skill dev-review-pr-nebulavenus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-review-pr
Source: https://github.com/Nebulavenus/forge-gpu/tree/main/.claude/skills/dev-review-pr
Command: npx skills add https://github.com/Nebulavenus/forge-gpu --skill dev-review-pr-nebulavenus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the collection and synthesis of PR review feedback from automated reviewers (CodeRabbit, Claude) and human teammates, enabling faster, more reliable merge decisions.

Core Features & Use Cases

  • Automated status and review aggregation: check GitHub Actions, fetch CodeRabbit/Claude feedback, and compile a unified view.
  • Comprehensive verification planning: generate a plan that addresses all feedback in a single pass to reduce review cycles.
  • Pre-merge branch management: detect if the branch is behind main, update as needed, and trigger per-thread resolution requests before merging.
  • Apply and re-check: apply fixes or guide reviews and re-run checks to close all feedback.

Quick Start

Run /dev-review-pr on a pull request branch to start the automated review flow and prepare a merge-ready plan.

Frequently Asked Questions about dev-review-pr

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

FAQPage Schema
How do I collect and synthesize PR review feedback from multiple automated reviewers?

To collect PR review feedback, you can fetch reviewer comments via the GitHub reviews API, map inline and body comments to the latest review, and compile a unified view across CodeRabbit, Claude, and human reviewers. This aggregates all unresolved issues for merge readiness.

How do I generate a verification plan to address all GitHub pull request review comments in one pass?

Generate a verification plan by mapping all inline and body comments from the latest PR review, then synthesizing fixes across multiple commits and branches. This creates a comprehensive plan to resolve feedback and reduce review cycles before merging.

Does this workflow support updating a branch and re-running checks before merging a GitHub PR?

Yes, the workflow detects if a PR branch is behind main, updates the branch as needed, and triggers per-thread resolution requests. It then re-runs checks to ensure all feedback is closed before merging.

Can I automate merge readiness for GitHub pull requests that use both CodeRabbit and Claude?

Yes, you can automate merge readiness by checking GitHub Actions, fetching CodeRabbit and Claude feedback, and compiling a unified view. This handles code review workflows across branches and multiple commits.

What is the best way to manage pre-merge branch updates and trigger resolution requests for unresolved PR threads?

Manage pre-merge branch updates by detecting if the branch is behind main, updating it, and triggering per-thread resolution requests before merging. This ensures all unresolved inline comments are addressed.

How does mapping inline comments to the latest GitHub review help with code review workflows?

Mapping inline comments to the latest GitHub review identifies unresolved issues across multiple commits. This generates a comprehensive verification plan, applying fixes in a single pass to smooth merges.