pr-review

Coordinate parallel subagents to review PRs for bugs, security, and spec conformance.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mia-cx/.agents --skill pr-review-mia-cx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/mia-cx/.agents/tree/main/skills/pr-review
Command: npx skills add https://github.com/mia-cx/.agents --skill pr-review-mia-cx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review PRs efficiently by delegating to specialist subagents in parallel, reducing review time and ensuring coverage for bugs, security, and spec conformance.

Core Features & Use Cases

  • Parallel subagent orchestration: PR Reviewer, Security Reviewer, and Verifier run concurrently to surface issues.
  • Evidence-driven results: collates findings into a cohesive PR review with an overall verdict.
  • Use Case: When a maintainer asks for feedback before merging, this skill provides a structured, multi-faceted assessment.

Quick Start

Provide the PR number and title to trigger the parallel review workflow.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for a pull request?

Automated code review for a pull request is achieved by orchestrating parallel subagents that concurrently check for bugs, security vulnerabilities, and spec conformance. This workflow collates evidence from each specialist agent into a unified, inline-friendly report with an overall verdict.

What is parallel subagent orchestration for PR reviews?

Parallel subagent orchestration delegates a PR review to specialist agents—a PR Reviewer, Security Reviewer, and Verifier—that run concurrently. This mechanism surfaces bugs, security issues, and spec deviations simultaneously, aggregating their evidence-driven findings into one cohesive review verdict.

How do I review a pull request for security issues and spec conformance?

Reviewing a pull request for security and spec conformance involves running a Security Reviewer and a Verifier agent in parallel alongside a bug checker. These agents evaluate the code changes concurrently and aggregate their findings into a structured, multi-faceted assessment before merging.

Can I use parallel code review for security-sensitive updates?

Yes, parallel code review handles security-sensitive updates by deploying a dedicated Security Reviewer subagent concurrently with bug and spec conformance checks. This ensures comprehensive coverage for features, fixes, and security patches, producing an aggregated report of any surfaced issues.

What's the best way to coordinate multiple code review checks at once?

The best way to coordinate multiple code review checks is using a deterministic workflow that runs PR, security, and verification subagents concurrently. This enforces a structured review process and collates evidence-driven findings into an aggregated, inline-friendly report.

Do I need a PR number to trigger an automated pull request review?

Yes, providing the PR number and title is required to trigger the parallel review workflow. This input initializes the subagents to locate the code changes and evaluate bugs, security vulnerabilities, and spec conformance to produce the final aggregated report.