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

github.com

1 points by k_git 6 hours ago

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.