mp-review-pr

Generates prioritized GitHub pull request review reports in REVIEW-PR.md.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/MartinoPolo/mpx-claude-code --skill mp-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mp-review-pr
Source: https://github.com/MartinoPolo/mpx-claude-code/tree/main/_archive/skills-deprecated/mp-review-pr
Command: npx skills add https://github.com/MartinoPolo/mpx-claude-code --skill mp-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand the quality, security, performance, and spec alignment of a pull request without making any repository changes.

Core Features & Use Cases

  • Read-only PR review: Resolves PR scope (including draft PRs) and produces a structured report without posting comments or modifying code.
  • Parallel subagent coverage: Dispatches dedicated reviewers for code quality, best practices, spec alignment, security, performance, and error handling.
  • Actionable report output: Writes issues into REVIEW-PR.md with an ordered policy (Critical, Important, Minor) including file/line reasoning and suggested fixes.

Use it when you need a fast “review PR #N” assessment to guide how (or whether) a draft or in-progress PR should be improved.

Quick Start

Ask: review PR #N with mp-review-pr to generate a prioritized REVIEW-PR.md report in the conversation.

Frequently Asked Questions about mp-review-pr

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

FAQPage Schema
How do I get a read-only code review for a GitHub pull request?

A read-only GitHub pull request review generates a prioritized report by collecting PR diffs and metadata, checking code quality and security without posting comments or modifying the repository.

Can I run a security and performance review on a draft PR?

Yes, you can review a draft PR for security and performance. The review process resolves draft PR scope and applies the same multi-dimensional checks used for standard pull requests.

How do I generate a prioritized report for pull request findings?

To generate a prioritized PR findings report, the review process analyzes the diff and writes issues into a REVIEW-PR.md file, ordered by severity as Critical, Important, and Minor with suggested fixes.

Does a read-only PR review check spec alignment and error handling?

Yes, read-only PR reviews check spec alignment and error handling. The process dispatches dedicated subagents to review these dimensions alongside code quality, best practices, security, and performance.

What is the best way to review a GitHub PR without modifying code?

The best way to review a GitHub PR without modifying code is to use a read-only review process that enforces no repository changes while producing a structured findings report.

Why does my pull request review report only show Critical and Important issues?

A pull request review report only shows Critical, Important, and Minor issues when issues exist. If no Minor issues are present, they are omitted from the generated REVIEW-PR.md file.