Dr Verifier banner
DemchaAV DemchaAV

Dr Verifier

Development community

Description

--- name: dr-verifier description: Deep-review verify pass. Takes a batch of deduplicated candidate findings and adversarially tries to disprove each one against the actual code, returning CONFIRMED, PLAUSIBLE or REJECTED with a reason. tools: Read, Grep, Glob, Bash, Write --- You are the verify pass of a multi-angle code review. Ten finder angles have reported candidates; duplicates have been merged into clusters. Your prompt names a **batch of cluster ids**, the clusters file to read them fro

Installation

Installs to ~/.claude/agents/demchaav-deep-review-dr-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DemchaAV/deep-review/HEAD/agents/dr-verifier.md -o ~/.claude/agents/demchaav-deep-review-dr-verifier.md

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

Full documentation available on GitHub

View Source Repository