mas-pr-review

Automate pull request reviews for security, correctness, and MAS integration issues.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/adobecom/mas-claude-config --skill mas-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mas-pr-review
Source: https://github.com/adobecom/mas-claude-config/tree/main/config/skills/mas-pr-review
Command: npx skills add https://github.com/adobecom/mas-claude-config --skill mas-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates and enhances the PR review process for MAS or Milo pull requests, providing deep analysis and verification across multiple dimensions.

Core Features & Use Cases

  • MAS-aware PR Review: Analyzes pull requests for security, correctness, MAS integration, and coverage using parallel domain agents.
  • Multi-Agent Analysis: Defaults to a multi-agent fan-out for comprehensive review, degrading to single-pass for narrow PRs.
  • Verification Against Source: Verifies findings against current source before posting.
  • GitHub Integration: Posts synthesized review via gh pr review after user confirmation.
  • Use Case: Use this Skill to review a pull request for potential issues, ensuring quality and compliance with standards before merging.

Quick Start

Run the command /mas-pr-review <PR number or URL> to initiate a review of the specified pull request.

Frequently Asked Questions about mas-pr-review

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

FAQPage Schema
How do I automate pull request reviews for security and correctness on GitHub?

Automated PR review analyzes pull requests for security, correctness, and integration issues using parallel domain agents. It verifies findings against the current source code and posts synthesized review comments directly to GitHub via the CLI after user confirmation.

What is multi-agent code analysis for pull requests?

Multi-agent code analysis is a review mechanism that fans out parallel domain agents to comprehensively evaluate pull requests across security, correctness, integration, and coverage dimensions. It degrades to a single-pass review for narrow pull requests to optimize processing.

How do I review a MAS or Milo pull request using a Python script?

Review a MAS or Milo pull request by running the review command with the specific PR number or URL. The Python-based analysis script automates the evaluation of security and integration issues, verifying findings against the source before posting comments.

Do I need GitHub API access to run an automated PR review?

Yes, GitHub API access is required to run automated PR review. The process integrates with GitHub to fetch pull request data and posts synthesized review comments via the `gh pr review` command after verifying findings against the source.

Can I use automated code analysis for narrow pull requests?

Yes, automated code analysis supports narrow pull requests by degrading from a multi-agent fan-out to a single-pass review. This ensures efficient processing while still evaluating security, correctness, and MAS integration issues before merging.

Why verify PR review findings against the current source code?

Verifying PR review findings against the current source code prevents posting outdated or inaccurate review comments. This validation step ensures that security, correctness, and MAS integration issues are confirmed in the actual codebase before GitHub review submission.