pr-review

Analyze branch diffs to identify blocker and high-severity issues with evidence quotes.

Updated May 10, 2026
One-click install
npx skills add https://github.com/PatientVibes/agent-skills --skill pr-review-patientvibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/PatientVibes/agent-skills/tree/main/plugins/pr-review-tools/skills/pr-review
Command: npx skills add https://github.com/PatientVibes/agent-skills --skill pr-review-patientvibes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-tool-pr-reviewer, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, identifying issues, and providing AI-driven insights to streamline the code review process.

Core Features & Use Cases

  • Automated Code Review: Provides an AI-driven review of code changes against a base ref.
  • Blocker and High Severity Finding: Highlights blocker and high-severity issues.
  • Evidence Quote Display: Shows the literal lines from the evidence field for easy triage.
  • Use Case: For developers who want to review a branch's diff for potential issues before merging or for auditing purposes.

Quick Start

Run a review on the current branch's diff using the 'pr-review' skill.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for a branch diff before merging?

Automated code review analyzes the diff of a branch against its base ref to identify issues. It highlights blocker and high severity problems while displaying literal evidence quotes from the code for easy triage.

What is AI-driven code analysis and how does it detect issues in a diff?

AI-driven code analysis uses a model API key to evaluate branch diffs against a base ref. The mechanism identifies blocker and high severity issues, returning evidence quotes from the changed lines to streamline the review process.

Do I need a CLI tool and API key to run automated code analysis?

Automated code analysis requires the 'agent-tool-pr-reviewer' CLI tool and a model API key. You must install the dependency and configure the environment with your API key before executing the review scripts.

Can I use automated code review for auditing branch changes?

Automated code review supports auditing branch changes by analyzing the diff against its base ref. It identifies blocker and high severity issues, making it suitable for software development workflows requiring pre-merge audits.

What are the limitations of using AI-driven issue detection for code review?

AI-driven issue detection focuses on blocker and high severity problems, meaning it may not surface low severity stylistic issues. It relies entirely on the 'agent-tool-pr-reviewer' CLI tool and a valid model API key to function.

Does the automated code review show the exact lines where issues are found?

Automated code review displays evidence quotes by showing the literal lines from the evidence field. This directly highlights the problematic code within the branch diff for straightforward triage and resolution.