Review Panel
Guided multi-panel review workflow. Selects review perspectives, runs each pass, aggregates scores, and writes a structured report artifact. Use when you need more than a single-pass review: governance files, PRs, prose drafts, or any artifact that benefits from multiple independent evaluation perspectives (architecture, correctness, documentation quality, adversarial edge cases, security).
| Name | Type | Description |
|---|---|---|
target | string | PR number, file path, or governance document to review. |
panels optional | array | Optional list of review perspectives. Defaults to [architecture, correctness, security, documentation]. |
| Name | Type | Description |
|---|---|---|
report | string | Structured review report with panel summaries and consolidated findings. |
verdict | string | PASS | WARN | BLOCK |
- writes review report artifact to .artifacts/reviews/
Run a multi-panel review. Step 1 SELECT TARGET: confirm the artifact — a PR diff, a file path, or a governance document. Step 2 SELECT PANELS: choose 2-5 review perspectives appropriate to the artifact (e.g. architecture, security, correctness, documentation, adversarial). Step 3 RUN PASSES: for each panel, run an independent review pass and collect findings. Each finding must cite file:line evidence. Step 4 AGGREGATE: compile findings across panels, remove duplicates, rank by severity (HIGH blocks, MEDIUM warns, LOW informs). Step 5 REPORT: write a structured report artifact with panel summaries, consolidated findings table, and verdict (PASS/WARN/BLOCK).