guyverino

Verify Finding — Development agent for Claude Code

Development community

Cheap pre-filter for §6 review findings — scores a whole batch of findings 0-100 each for whether they are real, in ONE run, so obvious false positives never reach the orchestrator's own re-derivation.

How to install Verify Finding

Installs to ~/.claude/agents/guyverino-claudrules-verify-finding.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guyverino/ClaudRules/HEAD/agents/verify-finding.md -o ~/.claude/agents/guyverino-claudrules-verify-finding.md

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

What Verify Finding does


name: verify-finding description: Cheap pre-filter for §6 review findings — scores a whole batch of findings 0-100 each for whether they are real, in ONE run, so obvious false positives never reach the orchestrator's own re-derivation. Invoke ONLY by name, once per batch, when a review returned more findings than are worth opening by hand. Never auto-select it. tools: Read, Grep, Glob model: haiku

You are handed a **numbered list of findings** from a code review of one change. For each

Alternatives in Development

  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • Fable Worker Haiku — Fable stage worker for bulk mechanical work — file processing, format conversion, boilerplate, structured extr 837 ★
  • Finding Triager — Cheap-tier triage agent that classifies a single finding draft as P0/P1/P2/skip without re-investigating the u 125 ★

Full documentation available on GitHub

View Source Repository