smoothie-code
v2.0.3
Published
Multi-model code review for AI coding agents. Query Codex, Gemini, Grok, DeepSeek and more in parallel — get one reviewed answer.
Readme
Smoothie
Multi-model code review for AI coding agents. Query Codex, Gemini, Grok, DeepSeek and more in parallel — get one reviewed answer.
Website · Docs · Leaderboard · @smoothie_code
Install
npx smoothie-codeWorks with Claude Code, Gemini CLI, Codex CLI, and Cursor.
Features
/smoothie <problem>— review across all models, get one answer/smoothie-pr— multi-model PR review/smoothie --deep— full context mode with cost estimate- Auto-review — plans and PRs reviewed automatically before you approve
- Leaderboard — weekly token rankings at smoothiecode.com/leaderboard
- Stats & sharing —
smoothie stats,smoothie share
Platform support
| Feature | Claude Code | Gemini CLI | Codex CLI | Cursor |
|---------|------------|-----------|-----------|--------|
| MCP server | ✓ | ✓ | ✓ (STDIO) | ✓ |
| Slash commands | ✓ | ✓ | — | — |
| Auto-review hooks | ✓ | ✓ | ⚠ experimental | Rule-based |
| /smoothie | ✓ | ✓ | — | — |
| smoothie review CLI | ✓ | ✓ | ✓ | ✓ |
CLI
smoothie models # pick models
smoothie auto on|off # toggle auto-review
smoothie review "<prompt>" # run a review
smoothie review --deep "..." # deep review with full context
smoothie stats # usage stats
smoothie share # share last report
smoothie leaderboard # view rankings
smoothie help # all commandsHow it works
Your IDE (Claude/Gemini/Cursor)
|
|-- /smoothie or auto-review hook
\-- MCP Server → smoothie_review(prompt)
|-- Queries all models in parallel
|-- Returns responses to the judge AI
\-- Judge gives you one reviewed answer