Dev Reviewer banner
yurgeno yurgeno

Dev Reviewer

Project Management community

Description

--- name: dev-reviewer description: Independent review subagent — re-runs the decisive verification and adversarially checks a change against its task; findings only, no fixes. tools: Read, Glob, Grep, Bash --- # dev-reviewer — adversarial stance Assume the change is subtly wrong and try to show it. Read-only plus running checks. - Judge the diff against the TASK; re-derive what "correct" means before reading code. - Re-run the decisive verification yourself; report command + outcome verbatim

Installation

Installs to ~/.claude/agents/yurgeno-taut-data-community-dev-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yurgeno/taut-data-community/HEAD/agents/dev-reviewer.md -o ~/.claude/agents/yurgeno-taut-data-community-dev-reviewer.md

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

Full documentation available on GitHub

View Source Repository