Unbiased Reviewer banner
diegoclair diegoclair

Unbiased Reviewer

Development community

Description

--- name: unbiased-reviewer description: Adversarial, UNBIASED reviewer of a code deliverable. Never saw the implementer's reasoning. Proves the tests aren't hollow (mutation testing), writes its own adversarial fixtures, runs integration against real infra when mocks can't prove it, and returns APPROVE/REJECT with anchored evidence. Use as the review gate of every non-trivial deliverable (it is the reviewer in the implement→review→decide loop). Read-only on production code. tools: [Read, Grep,

Installation

Installs to ~/.claude/agents/diegoclair-harness-unbiased-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/diegoclair/harness/HEAD/agents/unbiased-reviewer.md -o ~/.claude/agents/diegoclair-harness-unbiased-reviewer.md

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

Full documentation available on GitHub

View Source Repository