A quality gate that runs before you commit a slice. It pulls complexity metrics (radon, gocyclo), runs a systematic bug hunt, then convenes a multi-model council to deliver PASS/WARN/FAIL. The interesting part is the pre-processing: it loads domain checklists (SQL safety, LLM trust boundaries, race conditions) based on what's actually in your diff, pulls prior review learnings if you have ao set up, and can run in quick mode when you just want a fast inline check. Ships with a structured verification path (build, types, lint, tests, security, diff) for CI gates. Honestly most useful when you want a second opinion that isn't just linter output but don't want to wait for a full PR review cycle.
npx skills add https://github.com/boshu2/agentops --skill vibe