Run AI code reviews locally, before you push

A slash command for Claude Code that runs multiple AI CLIs in parallel. When they agree, it's probably real. When they don't, it might be noise.

View on GitHub
Claude
Codex
Gemini
Qwen
Mistral
Ollama
Grok soon
One command, multiple perspectives
Terminal — ~/dev/my-project
/review

⊛ conclave — reviewing staged changes

Claude reviewing...
Codex reviewing...
Gemini reviewing...
Qwen reviewing...
Mistral reviewing...
Ollama reviewing...
✓ All reviews complete

2/3 consensus Race condition in fetchData()
Claude and Codex both flagged this. Fix it? (y/n)
See what matters, skip what doesn't
~/dev/my-project
Claude
Codex
Synthesis
Claude
Bug Race condition in fetchData()

Async state update after component unmount.

Bug Missing error handling at api.ts:23

Network failure not caught.

Perf N+1 query in loop at db.ts:78

Consider batching database calls.

Synthesis
2/3 consensus
C
O

Bug Race condition in fetchData()

Both Claude and Codex flagged this as a potential runtime error.

Only Gemini
G

Perf Consider caching API responses

Single model suggestion — may be noise.