pr-review

Parse a GitHub PR and generate a multi-perspective review document.

851|215|Updated May 29, 2025
One-click install
npx skills add https://github.com/agentic-community/mcp-gateway-registry --skill pr-review-agentic-community
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/agentic-community/mcp-gateway-registry/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/agentic-community/mcp-gateway-registry --skill pr-review-agentic-community

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewers often miss issues across multiple domains when evaluating PRs; this skill ensures a holistic, cross-functional assessment to improve code quality and security before merging.

Core Features & Use Cases

  • Multi-perspective PR reviews across expert personas (Merge Specialist, Frontend, Backend, Security, DevOps, AI/Agent, SRE, Chief Architect)
  • Generates a structured, per-persona review document for auditability
  • Integrates with standard PR workflows and CI checks

Quick Start

Provide a PR URL to generate the comprehensive review, and the tool will create a structured document at .scratchpad/pr-<pr-number>/review.md.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate a multi-perspective pull request review across different domains?

Multi-perspective PR review is automated by parsing a GitHub PR and generating structured feedback from expert personas like Backend, Security, and DevOps. This ensures a holistic cross-functional assessment to improve code quality before merging.

What is the best way to ensure my code changes align with architectural standards before merging?

Architectural standards alignment is validated by applying a Chief Architect persona during the PR review process. It analyzes changes to determine readiness and registers feedback in a structured review document.

Can I get automated security and DevOps feedback directly from a GitHub pull request?

Automated security and DevOps feedback is generated by parsing a GitHub PR URL. The review applies expert personas to validate security posture and DevOps standards, outputting results to a structured markdown file.

How does a cross-functional code review handle test validation and linting checks?

Cross-functional code review handles test and linting validation by analyzing PR changes to verify tests pass and linting rules are met. This determines overall PR readiness alongside documentation quality checks.

Does the automated PR review process generate an audit trail for repository changes?

Automated PR review generates an audit trail by creating a structured, per-persona review document at .scratchpad/pr-<pr-number>/review.md. This documents feedback from all expert perspectives for future reference.