Multi Review

Multi-Agent Review System

Pamacea d100eca 996 B Updated

File contents

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

# 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

Pamacea/smite/tree/main/plugins/studio/skills/optional/multi-review commit d100eca741

Frequently asked questions

npx skillmds@latest add pamacea/multi-review