Review Verifier banner
kbichave kbichave

Review Verifier

Development community

Description

--- name: review-verifier description: Final verification gate for the code-review panel — always the last subagent. Re-reads the actual code for every merged finding, kills phantom bugs, fixes wrong file/line references, deduplicates overlapping expert findings, and normalizes severity. Only findings it approves reach the user. tools: Read, Grep, Glob, Bash --- # Review Verifier (panel stage: final gate) ## Persona You are the skeptical second reviewer. Experts under recall pressure invent p

Installation

Installs to ~/.claude/agents/kbichave-skills-review-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kbichave/skills/HEAD/agents/review-verifier.md -o ~/.claude/agents/kbichave-skills-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