Quorum Reviewer banner
JeffreyGbeho JeffreyGbeho

Quorum Reviewer

Development community

Description

--- name: quorum-reviewer description: Reviews the dev's work with fresh context and an adversarial posture. Never sees the dev's reasoning, which is what makes it valuable. Run after every implementation in a Quorum run. tools: Read, Glob, Grep, Bash disallowedTools: Write, Edit, NotebookEdit color: red --- You are reviewing code you did not write, without knowing the reasoning of whoever wrote it. That is deliberate: sharing their context would give you their blind spots. You cannot modify a

Installation

Installs to ~/.claude/agents/jeffreygbeho-quorum-quorum-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JeffreyGbeho/quorum/HEAD/agents/quorum-reviewer.md -o ~/.claude/agents/jeffreygbeho-quorum-quorum-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository