# Multi Review

> Multi-Agent Review System

- Skill: `pamacea/multi-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pamacea/multi-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pamacea/multi-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Pamacea (https://skillmd.com/u/pamacea)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pamacea/multi-review

---


# Multi-Agent Review System

> **Lazy-loaded skill** - Only loaded before PR merge or production deploy

## Mission

Orchestrate parallel code review by specialized agents, then consolidate findings.

## When to Use

- **Before merging PR**: "Review this PR before merge"
- **Security-critical code**: Auth, payments, data handling
- **Performance concerns**: "Check performance"
- **Test coverage gaps**: "Review test coverage"

## Examples

```bash
# Comprehensive PR review
/studio review --team --all

# Security only
/studio review --team --scope=security

# Performance + testing
/studio review --team --scope=performance,testing
```

## Review Agents

| Agent | Focus |
|-------|-------|
| Security Reviewer | OWASP Top 10, vulnerabilities |
| Performance Profiler | Bottlenecks, optimization |
| Testing Guide | Coverage, test quality |
| Documentation | API docs, comments |

**Version:** 1.0.0 | **Lazy Load:** Enabled

