Use Case
Peer Review is a powerful AI agent skill that extends your assistant with new capabilities. Multi-model peer review layer using local LLMs via Ollama to catch errors in cloud model output. Fan-out critiques to 2-3 local models, aggregate flags, synthesize consensus. Use when: validating trade analyses, reviewing agent output quality, testing local model accuracy, checking any high-stakes Claude output before publishing or acting on it. Don't use when: simple fact-checking (just search the web), tasks that don't benefit from multi-model consensus, time-critical decisions where 60s latency is unacceptable, reviewing trivial or low-stakes content. Negative examples: - "Check if this date is correct" β No. Just web search it. - "Review my grocery list" β No. Not worth multi-model inference. - "I need this answer in 5 seconds" β No. Peer review adds 30-60s latency. Edge cases: - Short text (<50 words) β Models may not find meaningful issues. Consider skipping. - Highly technical domain β Local models may lack domain knowledge. Weight flags lower. - Creative writing β Factual r This guide walks you through installing Peer Review, configuring it for your setup, and running your first commands β so you can start getting value in minutes.
Install Peer Review: npx clawhub@latest --dir ~/.claude/skills install peer-review
Restart your AI client (Claude Code, Cursor, Gemini CLI, or OpenClaw)
Type a natural language request related to design & creative to trigger Peer Review
Review the output and refine your prompt for better results
Combine Peer Review with other skills to build multi-step workflows
Copy these prompts and use them with your AI agent after installing Peer Review
Help me get started with Peer Review
What can Peer Review do for my design & creative workflow?
Show me an example of using Peer Review
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install peer-reviewOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install peer-reviewβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/peer-review/π‘Extract and place the folder at the path above, then restart your agent.