PR Review Expert

Review GitHub PRs and GitLab MRs with prioritized findings and checklists.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Tonybleything76/more-claude-skills --skill pr-review-expert-tonybleything76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Review Expert
Source: https://github.com/Tonybleything76/more-claude-skills/tree/main/engineering/pr-review-expert
Command: npx skills add https://github.com/Tonybleything76/more-claude-skills --skill pr-review-expert-tonybleything76

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub Pull Requests and GitLab Merge Requests, ensuring code quality, security, and adherence to best practices before merging.

Core Features & Use Cases

  • Comprehensive Checklist: Utilizes a 30+ item checklist covering scope, security, testing, performance, and breaking changes.
  • Automated Analysis: Performs blast radius analysis, security scanning, test coverage delta calculation, and breaking change detection.
  • Use Case: Before merging a critical backend service update, use this Skill to automatically scan for potential security vulnerabilities, assess the impact on other services, and verify adequate test coverage.

Quick Start

Use the PR Review Expert skill to analyze pull request number 123.

Frequently Asked Questions about PR Review Expert

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

FAQPage Schema
How do I automate code reviews for GitHub PRs and GitLab MRs?

Automate code reviews by performing structured, systematic analysis for GitHub PRs and GitLab MRs, including blast radius analysis, security scanning, and test coverage delta calculation to generate a reviewer-ready report.

Can I detect breaking changes and calculate test coverage delta before merging?

Yes, breaking change detection and test coverage delta calculation are performed automatically during the code review process, ensuring adherence to best practices and verifying adequate test coverage before merging.

How do I assess blast radius and scan for security vulnerabilities in a pull request?

Assess blast radius and scan for security vulnerabilities by running an automated analysis that evaluates the impact on other services and identifies potential security flaws across a 30+ item checklist.

What's the best way to generate a reviewer-ready report with prioritized findings for a merge request?

Generate a reviewer-ready report with prioritized findings by executing a comprehensive checklist covering scope, security, testing, performance, and breaking changes against the target merge request.

Do I need jq installed to run automated code review analysis?

Yes, jq is required as a dependency to run the automated code review analysis, process the structured data, and generate the final reviewer-ready report with prioritized findings.

When should I use automated code review instead of manual peer review?

Use automated code review before merging critical backend service updates to systematically scan for security vulnerabilities, assess service impact, and verify test coverage without manual effort.