pr-review

Coordinate six domain reviewers and a verifier to produce a terminal PR report.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill pr-review-wgordon17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/wgordon17/personal-claude-marketplace/tree/main/code-quality/skills/pr-review
Command: npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill pr-review-wgordon17

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PR reviews are time-consuming and require input from multiple perspectives. This skill coordinates six specialized reviewers (Security, QA, Performance, Code Quality, Correctness, Plan Adherence) and a verifier to produce a structured terminal report, without posting comments on GitHub PRs.

Core Features & Use Cases

  • Parallel domain reviews: Security, QA, Performance, Code Quality, Correctness, and Plan Adherence.
  • Phase-based workflow: Setup, parallel reviews, verification, and terminal report generation.
  • Output: Consolidated findings delivered as a terminal report, with optional plan-adherence checks and drift detection.

Quick Start

Run the PR review flow on a PR URL to initiate the multi-agent evaluation and obtain a structured report.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate parallel code review for a GitHub PR diff?

Automated parallel code review orchestrates six specialized domain reviewers, including Security, QA, and Performance, to analyze a GitHub PR diff. It coordinates deterministic phases to surface actionable findings in a structured terminal report.

What is multi-agent PR review and how does it work?

Multi-agent PR review is a workflow that applies six domain reviewers and a verifier to GitHub PRs with diffs and metadata. It reads CLAUDE.md and CONTRIBUTING.md files, runs parallel review phases, and outputs a consolidated terminal report.

Can I check plan adherence and drift detection during a code review?

Yes, plan adherence and drift detection are included as optional checks during the PR review workflow. The Correctness and Plan Adherence reviewers evaluate the diff against the implementation plan to identify any deviations.

Does the PR review workflow post comments directly to GitHub PRs?

No, the PR review workflow does not post comments to GitHub PRs. It delivers consolidated findings exclusively as a terminal-only report, keeping the review process localized to your environment.

What perspectives are covered by automated multi-agent code review?

Automated multi-agent code review covers six perspectives: Security, QA, Performance, Code Quality, Correctness, and Plan Adherence. Each domain reviewer generates findings that a verifier consolidates into a terminal report.

How do I start a multi-agent PR review workflow?

To start the PR review flow, run the workflow on a GitHub PR URL. The system initiates the multi-agent evaluation across six domain reviewers and returns a structured terminal report with actionable findings.