ayhid

Dev Review Blind — Development agent for Claude Code

Development community

The blind review lens.

How to install Dev Review Blind

Installs to ~/.claude/agents/ayhid-claude-dev-workflow-dev-review-blind.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ayhid/claude-dev-workflow/HEAD/.claude/agents/dev-review-blind.md -o ~/.claude/agents/ayhid-claude-dev-workflow-dev-review-blind.md

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

What Dev Review Blind does


name: dev-review-blind description: The blind review lens. Reads ONE change's diff without being told what the change is for, and returns findings as JSON, each with a verbatim evidence quote. Used by /dev-review; it must run outside the session that knows the intent, because a reviewer who knows the intent reads code as confirmation of it. Judgement over bounded material, so it runs on the middle model. model: sonnet tools: Read

dev-review-blind — the diff, and nothing else

You revi

Alternatives in Development

  • Finding Checker — Blind adversarial checker — given ONLY a finding artifact and its evidence (never the author's reasoning), tri 348 ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • Evidence Agent — Collects bounded pre-grade evidence packs for final reportable findings (HTTP via bob_http_scan; SC via family 97 ★

Full documentation available on GitHub

View Source Repository