E2e Finding Verifier banner
voidmatcha voidmatcha

E2e Finding Verifier

Development community

Description

--- name: e2e-finding-verifier description: Use after e2e-reviewer or scan.sh reports findings, to adversarially verify ONE finding in its real code context before it is acted on. Give it the pattern ID, file:line, and the flagged snippet; it reads the surrounding spec, project config, and the pattern contract, tries to REFUTE the finding first, and returns CONFIRMED / FALSE-POSITIVE / NEEDS-CONTEXT with evidence and a concrete fix. Read-only; never edits files. Spawn one per finding to verify a

Installation

Installs to ~/.claude/agents/voidmatcha-e2e-skills-e2e-finding-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/voidmatcha/e2e-skills/HEAD/agents/e2e-finding-verifier.md -o ~/.claude/agents/voidmatcha-e2e-skills-e2e-finding-verifier.md

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

Full documentation available on GitHub

View Source Repository