review-panel

Orchestrates multi-agent panels to review plans, code, and designs with structured scoring.

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/HACK-WU/skills --skill review-panel-hack-wu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-panel
Source: https://github.com/HACK-WU/skills/tree/main/skills/review-panel
Command: npx skills add https://github.com/HACK-WU/skills --skill review-panel-hack-wu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Single-agent reviews suffer from confirmation bias and blind spots. This Skill assembles a panel of sub-agents—two isolated challengers, three scoring judges, and a main agent acting as judge—to produce a structured, multi-perspective review report for plans, code, or designs. ## Core Features & Use Cases - Multi-Role Review Panel: Two independent challengers raise objections with alternatives, three judges score feasibility, risk coverage, completeness, and adoption, and the main agent delivers a final verdict. - File-Based Persistence: All artifacts (scheme, code context, challenger outputs, judge scores, final report) are written to .codebuddy/review-panel/{task-name}/ for full transparency and later inspection. - Iterative Improvement Loop: The main agent can revise the plan up to 3 times based on judge feedback, re-running challenger evaluation each round. - Use Case: Ask the agent to run a review panel on a JWT authentication design; it produces the scheme, gathers independent objections, collects scored evaluations, and delivers a final report highlighting consensus objections and adopted suggestions. ## Quick Start Ask the agent to use the review panel to evaluate your design document or code change, for example by saying: use the review panel to review my authentication scheme.

Frequently Asked Questions about review-panel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a multi-agent review panel on a design document?

Explicitly ask the agent to use the review panel, for example by saying 'use the review panel to review this design'. The main agent writes the scheme to disk, launches two isolated challengers and three judges, then delivers a final report with scores and verdicts.

What roles does the review panel use to evaluate a plan?

The panel uses two isolated challengers that raise objections with alternatives, three judges that score feasibility, risk coverage, completeness, and adoption, and a main agent that acts as final judge and can iterate the plan up to three times.

When is the review panel triggered automatically?

It is not triggered automatically. The skill only activates when the user explicitly requests a review panel, using phrases like 'review panel' or 'use the review panel'. Ordinary requests like 'review this' do not enable it.

Where are review panel outputs and intermediate files stored?

All artifacts are persisted under .codebuddy/review-panel/{task-name}/, including scheme.md, code-context.md, challenger outputs, judge scores, and final-report.md. Files are kept after the review so users can inspect the full debate process.

What happens if a challenger or judge sub-agent fails?

A single sub-agent failure does not block the review. The main agent can retry the failed role or skip it, record that the role did not respond, and continue the remaining stages of the panel.