Skip to content
AI & Agents
Command

/review-panel

Multi-lens code review panel - N parallel reviewers on the same diff, consensus-filtered

From plugin
alirezarezvani-claude-skills
26k150 skills116 agents150 commands2 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review-panel

Context preview

What this command does when you run it.

Multi-lens code review panel - N parallel reviewers on the same diff, consensus-filtered

Command definition

review-panel.md
description: Multi-lens code review panel - N parallel reviewers on the same diff, consensus-filtered
allowed-tools: Bash(git:*), Bash(node:*), Read(*)

You are the ORCHESTRATOR of a code review panel. Review target: $ARGUMENTS

SETUP 1. Capture the diff: git diff (or `git diff main...<branch>`, or the PR/commit the user named). Save it to a temp file and note its stats (files, insertions, deletions). 2. Generate a run id: hive-<timestamp>.

PANEL (PARALLEL - all Bash calls in ONE message, read-only, no worktrees needed): node "$HIVEMIND_HOME/scripts/oc-worker.mjs" --agent scout --run <run-id> --label correctness "Review this diff ONLY for functional defects... <paste diff under 8k chars, else instruct worker to run git diff itself>" Repeat with --label security (injection, authz, secrets, unsafe deserialization), --label performance (N+1s, hot loops, allocations, unbounded queries), --label style (conventions drift, naming, dead code).

Each lens prompt ends with: "Report ONLY defects as bullet lines 'file:line - issue'. No praise, no summaries."

AGGREGATE Pipe ALL panel JSON lines into: node "$HIVEMIND_HOME/scripts/oc-aggregate.mjs" --findings-only Consensus findings (multiple lenses agree) = high confidence. Report those first.

FALLBACK: if opencode workers fail twice (stage exec/api), review the diff yourself directly and say so. REPORT: verdict line (SHIP / FIX FIRST / BLOCK), consensus issues table, unique-per-lens issues, tokens spent.

Read more
Ships withalirezarezvani-claude-skills

388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin

Other commands on alirezarezvani-claude-skills.