pr-review-expert

Automate pull request code review with security scanning and impact analysis.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/metaarchetech/metaarchetech.github.io --skill pr-review-expert-metaarchetech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-expert
Source: https://github.com/metaarchetech/metaarchetech.github.io/tree/main/content/05%20Claude%20Skills/pr-review-expert
Command: npx skills add https://github.com/metaarchetech/metaarchetech.github.io --skill pr-review-expert-metaarchetech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, gitlab, pypdf2, pdfplumber, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review for pull requests, providing comprehensive analysis including security scanning, blast radius assessment, and breaking change detection.

Core Features & Use Cases

  • Code Review Automation: Automates the review process, saving time and reducing human error.
  • Security Scanning: Identifies potential security vulnerabilities within the code.
  • Blast Radius Analysis: Determines the impact of code changes on other parts of the system.
  • Breaking Change Detection: Flags any breaking changes that may affect other components.
  • Use Case: Before merging a pull request, use this Skill to ensure the code meets all necessary standards and is safe for deployment.

Quick Start

Run the pr-review-expert skill on your pull request to automatically generate a review checklist.

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 review for pull requests on GitHub?

You can automate code review for pull requests by running this Skill against your GitHub repository, which analyzes code changes and flags security vulnerabilities to ensure safe deployment.

How does blast radius analysis work for code changes?

Blast radius analysis evaluates the impact of code changes by assessing how modifications affect other system components, helping you understand the potential scope of breaking changes before merging.

How do I detect breaking changes in a pull request before merging?

This Skill detects breaking changes in a pull request by analyzing code modifications and assessing their impact on the system, flagging any changes that may affect other components before deployment.

Does PR analysis work with GitLab repositories?

Yes, PR analysis works with GitLab repositories by requiring GitLab API access to analyze code changes, identify security vulnerabilities, and assess system impact during the review process.

What is the best way to run security scanning on code changes?

The best way to run security scanning on code changes is to execute this Skill on your pull request, which automatically identifies potential security vulnerabilities within the modified code.

What Python dependencies are needed for automated PR analysis?

Automated PR analysis requires Python libraries including pypdf2, pdfplumber, and requests, along with GitHub or GitLab API access to perform code analysis and security scanning.