# Multi Agent Pr Review

> Runs read-only parallel review of a PR, branch, commit, or diff across bugs, security, tests, maintainability, performance, and UI.

- Skill: `mesteriis/multi-agent-pr-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add mesteriis/multi-agent-pr-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mesteriis/multi-agent-pr-review/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Mesteriis (https://skillmd.com/u/mesteriis)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/mesteriis/multi-agent-pr-review

---


# Multi-Agent PR Review

Review a Git-backed change set with bounded read-only reviewers.

## Workflow

1. Resolve the exact base and head, or state that the current working tree is
   the target.
2. Read repository instructions and relevant changed files.
3. If subagent tools are available, dispatch independent read-only reviewers:
   security, runtime bugs, tests/flakiness, maintainability/architecture,
   performance, and UI/UX only when frontend files changed.
4. If subagents are unavailable, run the same categories sequentially.
5. Merge results with `subagent-result-merge`.

## Reviewer Contract

Each reviewer returns:

- finding
- severity
- evidence with file/line
- confidence
- suggested minimal fix
- validation gaps

## Rules

- Do not edit files.
- Do not report style-only issues unless they hide a real risk.
- Mark unverified concerns as uncertainty.
- Use `security-router` for deep security workflow when security findings are
  material.

