llm-council
Multi-model code review, verification, and CI quality gates
All Skills in This Repository (3)
Pure Emerald Level Indicatorscouncil-verify
Verify code, docs, or implementations via multi-model council deliberation with structured verdicts.
council-gate
Evaluate pull requests with LLM Council and produce pass/fail/unclear verdicts.
council-review
Review code files using multi-model rubrics and structured feedback.
Frequently Asked Questions
FAQPage SchemaHow to install LLM Council?โผ
Run `npx skills add amiable-dev/llm-council --all -g -y` in your terminal to install all skills in this suite globally.
How does LLM Council verify code changes?โผ
It sends your code snapshot to multiple models in parallel, has them anonymously peer-rank each other's assessments, then a chairman model synthesizes a final pass, fail, or unclear verdict with structured scores.
Can I use LLM Council as a CI/CD quality gate?โผ
Yes. The council-gate skill returns exit codes 0 for pass, 1 for fail, and 2 for unclear, and includes a ready-made GitHub Actions workflow example.
What API keys does LLM Council need?โผ
It works with a single OpenRouter key for 100+ models, or direct provider keys for Anthropic, OpenAI, and Google, stored securely in your system keychain or environment variables.
Does LLM Council work with Claude Code and other MCP clients?โผ
Yes. It ships as an MCP server with bundled skills that run in Claude Code and any MCP-compatible client, plus CLI and HTTP API options.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core