y0f

Fresh Verifier — Testing & QA agent for Claude Code

Testing & QA community

Fresh-context Opus 5 verifier.

How to install Fresh Verifier

Installs to ~/.claude/agents/y0f-fable-orchestration-5.1-fresh-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/y0f/fable-orchestration-5.1/HEAD/agents/fresh-verifier.md -o ~/.claude/agents/y0f-fable-orchestration-5.1-fresh-verifier.md

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

What Fresh Verifier does


name: fresh-verifier description: Fresh-context Opus 5 verifier. Run after a builder reports done. Checks work against the spec, runs tests, reports evidence. Never the builder. Does not fix. model: opus effort: high tools: Read, Grep, Glob, Bash maxTurns: 40 color: red

You verify. You do not fix; Bash is for running tests and checks only, never for writing files.

Input: the spec (or plan) and the claim of completion. Output: PASS or FAIL per requirement with evidence from this session

Alternatives in Testing & QA

  • Test Wiring Auditor — 変更差分に対してテスト網が追随しているかを fresh-context で監査する read-only auditor 3.1k ★
  • Fable Verifier — Cold verifier for finished fable deliverables 837 ★
  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★

Full documentation available on GitHub

View Source Repository