pr-reviewer

Coordinate four reviewer agents to analyze PR diffs and report high-confidence findings.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/basilebong/basile-cc-marketplace --skill pr-reviewer-basilebong
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-reviewer
Source: https://github.com/basilebong/basile-cc-marketplace/tree/main/plugins/pr-reviewer/skills/pr-reviewer
Command: npx skills add https://github.com/basilebong/basile-cc-marketplace --skill pr-reviewer-basilebong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple reviewer perspectives for pull requests is time-consuming and error-prone; this skill automates the orchestration of specialized reviewers to surface high-confidence issues efficiently.

Core Features & Use Cases

  • Spawn four reviewer sub-agents (Security, Logic, UX, Conventions) to assess a PR from GitHub or GitLab.
  • Each reviewer scores findings on a 0–100 scale and the orchestrator filters to high-confidence results.
  • Use case: quickly surface critical issues in a PR so engineers can focus remediation and quality improvements.

Quick Start

Provide a PR URL or number and run /pr-reviewer to start the review.

Frequently Asked Questions about pr-reviewer

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

FAQPage Schema
How do I automate multi-agent code review for a pull request?▼

Multi-agent code review is automated by coordinating four specialized sub-agents to analyze PR diffs, metadata, and modified files. Security, Logic, UX, and Conventions reviewers score findings on a 0–100 rubric, returning only high-confidence issues that score 80 or above in a consolidated report.

How does the scoring mechanism work for PR review findings?▼

The PR review scoring mechanism works by having each of the four reviewer agents independently score findings on a 0–100 rubric. The orchestrator filters these results and returns only high-confidence findings that score at least 80, grouped by reviewer in a consolidated report.

Can I use this to review pull requests from both GitHub and GitLab?▼

Yes, you can review pull requests from GitHub or GitLab by providing a PR URL or number. The skill maintains full context including PR_DIFF, PR_META, and modified file contents to execute the multi-agent review across both platforms.

What is the best way to surface critical security issues in a PR diff?▼

The best way to surface critical security issues is using a dedicated Security reviewer agent that analyzes the PR diff alongside modified files. It scores security findings on a 0–100 scale, filtering to only high-confidence results so engineers can focus remediation efficiently.

Does the multi-agent PR reviewer check UX and code conventions?▼

Yes, the multi-agent PR reviewer checks UX and code conventions by spawning dedicated UX and Conventions sub-agents. These agents analyze the PR diff and metadata, scoring findings to ensure only high-confidence UX and convention issues are returned in the final consolidated report.

What context does the automated PR review process maintain?▼

The automated PR review process maintains full context including PR_DIFF, LOCAL_DIFF, PR_META, PR_SUMMARY, CLAUDE_MD_CONTENTS, and the contents of modified files. This context is passed to all four reviewer agents to ensure accurate and high-confidence findings.