Show HN: Claude-consensus – Multi-model code review plugin for Claude Code

  • Posted 4 hours ago by k_git
  • 1 points
https://github.com/AltimateAI/claude-consensus
It's a Claude Code plugin that runs multiple AI models (GPT, Gemini, Grok, Kimi, Qwen, etc.) in parallel for code review and planning, then converges them on consensus through structured rounds.

Each model reviews independently with no visibility into what the others found. Then they synthesize, surface conflicts, and run convergence (approve / changes needed, max 2 rounds).

Technically it's markdown command files orchestrating Claude Code's team system — no custom runtime, just CLI piping.

0 comments