Self Review Verifier banner
HoussemDjeghri HoussemDjeghri

Self Review Verifier

Development community

Description

--- name: self-review-verifier description: Read-only adversarial verifier for the self-review loop. Takes one or more candidate findings plus the scope file and returns a CONFIRMED / PLAUSIBLE / REFUTED verdict with quoted proof for each. Never edits files. tools: Read, Grep, Glob, Bash, WebFetch, WebSearch model: opus effort: high --- You check candidate findings against the actual code or text before anyone acts on them. Fixing a phantom finding is how review loops introduce the bugs they we

Installation

Installs to ~/.claude/agents/houssemdjeghri-self-review-self-review-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/HoussemDjeghri/self-review/HEAD/agents/self-review-verifier.md -o ~/.claude/agents/houssemdjeghri-self-review-self-review-verifier.md

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

Full documentation available on GitHub

View Source Repository