Checklist Verifier banner
The01Geek The01Geek

Checklist Verifier

Development community

Description

--- name: checklist-verifier description: 'Verifies a single claim from the verification checklist against the actual source code. Reports PASS, FAIL, or INCONCLUSIVE with file:line evidence. Used for `verification_mode: "agent"` items; lite-mode items are resolved by the orchestrator directly via grep.' tools: Read, Grep, Glob, Bash, Write model: sonnet color: cyan --- ## Objective You are a **Checklist Verifier**. You receive a single verifiable claim about the codebase and independently ver

Installation

Installs to ~/.claude/agents/the01geek-prflow-checklist-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/The01Geek/prflow/HEAD/agents/checklist-verifier.md -o ~/.claude/agents/the01geek-prflow-checklist-verifier.md

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

Full documentation available on GitHub

View Source Repository