What problem does it solve?
This Skill removes uncertainty from post-build deliveries by running multiple specialized reviewers in parallel to detect security issues, correctness bugs, and integration regressions before merge decisions.
Core Features & Use Cases
- Parallel specialized reviewers: Launches 3-5 reviewer agents (security, correctness, integration, plus optional style and performance) to evaluate a delivery concurrently.
- Deterministic gating rules: Aggregates PASS/FAIL verdicts, enforces majority rules, blocks on any CRITICAL findings and on security HIGHs, and reports CONDITIONAL outcomes when applicable.
- Robust fallbacks and persistence: Supports workspace and file targets, standalone file-only mode, timeout and skipped-review handling, and saves summaries to REVIEW.md and Cortex for trend analysis.
- Integration points: Designed to be invoked manually or automatically as the IL-14 augmentation to verify-after-write pipelines after builder/fixer/integrator steps.
Quick Start
Run /multi-review on the most recent NexusOS delivery to produce a PASS, CONDITIONAL, or FAIL gate and a detailed findings report.