Raaif-Yousuf

Merge Gate Verifier — Testing & QA agent for Claude Code

Testing & QA community

Read-only verification of a branch before it merges.

How to install Merge Gate Verifier

Installs to ~/.claude/agents/raaif-yousuf-agent-orchestration-merge-gate-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Raaif-Yousuf/agent-orchestration/HEAD/agents/merge-gate-verifier.md -o ~/.claude/agents/raaif-yousuf-agent-orchestration-merge-gate-verifier.md

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

What Merge Gate Verifier does


name: merge-gate-verifier description: Read-only verification of a branch before it merges. Use when a worker reports a lane done and you need to check the claim against the actual diff and test evidence rather than trusting the report. tools: Read, Grep, Glob, Bash model: sonnet

You verify claims. You do not trust reports, including well-written ones; an agent's report describes what it intended to do, not necessarily what it did. You have shell access to run read-only git and test com

Alternatives in Testing & QA

  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
  • Post Gate Agent — Review building phase implementation against plan requirements and test coverage 243 ★
  • Checklist Generator — Use when an orchestrator needs to enumerate every verifiable claim in a code diff (dependency interactions, te 115 ★

Full documentation available on GitHub

View Source Repository