← All skills

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).

Class skill ID skill/review-panel Version 1.0.0 Lifecycle stable Author convergent-systems-key
/review-panel /review-panel --pr=<number>/review-panel <file-path>
codegovernancereview multi-panelqualityadversarial
Inputs
NameTypeDescription
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].
Outputs
NameTypeDescription
report string Structured review report with panel summaries and consolidated findings.
verdict string PASS | WARN | BLOCK
Side effects
System prompt fragment

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).

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.