panel-review

Installation
SKILL.md

panel-review

Spawns multiple local CLI coding agents in parallel to review the same code change, then synthesizes their findings into one report. Each panelist runs in its own subprocess with no shared conversation state — they only see the prompt and the diff.

When to use

  • User says "panel review", types /panel-review, asks for "second opinions on this change", "get a panel to review this", "multi-agent review", or similar.
  • User wants reviews from agents that don't share this conversation's biases or context.

When not to use:

  • User wants you (this session) to review code → use the project's code-reviewer agent.
  • User wants a single second opinion → spawn one external CLI directly, no need to fan out.

Steps

Installs
7
GitHub Stars
1
First Seen
May 8, 2026
panel-review — catena-labs/skills