vibecodereview
A council of AI models reviews your PR — many models, one check.
npm install vibecodereview
What it does
vibecodereview puts an LLM council on every pull request. Each model reviews the diff through a different lens — correctness, performance, security, maintainability — so they catch different things. Claude chairs: it verifies each claim against the code, discards false positives, fixes what it can confirm, pushes the fix, and posts one review. The check heals itself toward green.
- Each model reviews the diff through a different lens — correctness, performance, security, maintainability
- Claude chairs: verifies each claim against the code and discards false positives
- Fixes what it can confirm, pushes the fix, and posts one review — the check heals itself toward green
- Runs as a GitHub Action, a CLI, or an MCP server
npx vibecodereview initadds it to a repo