Use Case
Peer Review isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. 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 covers how to deploy Peer Review for your team, standardize prompts, and create shared workflows that everyone can use.
Install Peer Review in your project directory: .claude/skills/peer-review/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use Peer Review in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing Peer Review
How can my team use Peer Review together?
Set up Peer Review for our project so everyone can use it
Create a shared workflow using Peer Review for our team
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.