SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skillgovernancestable

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

id skill/review-panelv1.0.0by convergent-systems-keyinvoke /review-panel /review-panel --pr=<number> /review-panel <file-path>
codegovernancereviewmulti-panelqualityadversarial

Contract

DirectionNameTypeDescription
intargetstringPR number, file path, or governance document to review.
inpanelsoptionalarrayOptional list of review perspectives. Defaults to [architecture, correctness, security, documentation].
outreportstringStructured review report with panel summaries and consolidated findings.
outverdictstringPASS | WARN | BLOCK
  • writes review report artifact to .artifacts/reviews/

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

Author convergent-systems-key. Catalog data license CC-BY-4.0.