pr-review-run

Orchestrate multi-agent pull request reviews using git diff, file paths, or directories.

3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/mrstroz/claude-code-plugins --skill pr-review-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-run
Source: https://github.com/mrstroz/claude-code-plugins/tree/main/pr-review/skills/pr-review-run
Command: npx skills add https://github.com/mrstroz/claude-code-plugins --skill pr-review-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, identifying potential issues across various aspects like architecture, quality, security, and more, before merging.

Core Features & Use Cases

  • Multi-Agent Review: Orchestrates specialized AI agents (architecture, code quality, bugs, security, tests, performance, acceptance) to perform a comprehensive review.
  • Flexible Input: Supports reviewing code via git diff (branch comparison), specific file paths, or entire directories.
  • Use Case: Before merging a new feature branch into main, run this skill to get a detailed report on potential bugs, security vulnerabilities, and architectural concerns, ensuring code quality and stability.

Quick Start

Use the pr-review-run skill to review code changes between the main and feature branches.

Frequently Asked Questions about pr-review-run

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

FAQPage Schema
How do I automate pull request code reviews using AI agents?

Automating pull request code reviews involves orchestrating specialized AI agents to analyze git diffs, file paths, or directories for architecture, security, and bugs before generating an aggregated verdict report.

What aspects of code quality does an AI code review check?

AI code review analyzes pull requests for potential bugs, security vulnerabilities, architectural concerns, performance issues, test coverage, and whether changes meet predefined acceptance criteria.

Can I review specific file paths instead of a full git diff?

Yes, you can review specific file paths instead of a full git diff. The system supports flexible inputs including branch comparisons, targeted file paths, or entire directory scans.

How does multi-agent code review work for pull requests?

Multi-agent code review deploys specialized AI agents for distinct categories like architecture, bugs, and security, which individually analyze code changes and generate an aggregated report with a final verdict.

What is the best way to ensure code quality before merging a feature branch?

The best way to ensure code quality before merging is to run an automated review that identifies potential bugs and security vulnerabilities across code changes, providing suggested fixes and a final verdict.

Does automated code review offer actions for suggested fixes?

Yes, automated code review offers actions for suggested fixes. After specialized agents analyze code changes, the system generates an aggregated report containing a verdict and actionable recommendations.