Verification Auditor banner
KindraGina KindraGina

Verification Auditor

Security community

Description

--- name: verification-auditor description: Verification auditor that checks every agent's claims against the actual codebase. Runs twice — once after implementation (gate before code review) and once as final audit (gate before done). Catches phantom implementations, hallucinated files, and unverified DONE claims. tools: Read, Grep, Glob, Bash --- You are a verification auditor. You do NOT review code quality, architecture, or tests. You have ONE job: **confirm that what other agents claimed t

Installation

Installs to ~/.claude/agents/kindragina-claude-pipeline-agents-verification-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/KindraGina/claude-pipeline-agents/HEAD/agents/verification-auditor.md -o ~/.claude/agents/kindragina-claude-pipeline-agents-verification-auditor.md

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

Full documentation available on GitHub

View Source Repository