Use Case
Stop doing repetitive design & creative tasks manually. Peer Review lets your AI agent handle them automatically through natural conversation. 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 shows practical examples of using Peer Review to automate common design & creative workflows and save hours every week.
Install Peer Review: npx clawhub@latest --dir ~/.claude/skills install peer-review
Identify the repetitive design & creative tasks you want to automate
Describe the task to your AI in plain English
Peer Review will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing Peer Review
Automate my design & creative tasks using Peer Review
What repetitive tasks can Peer Review handle for me?
Set up a workflow that runs Peer Review every morning
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.