Merge Gate Verifier — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Hive QA Verifier
hivemind wave-level verifier. Runs the integration and e2e suites on the hive/ branch after a wave merges; nev
Team Merger
Agent-teams merger. Merges each reviewed-and-approved worktree into the base branch in turn, resolves conflict
Obsidians
Post-merge spec compliance verifier. Reads PLAN.md acceptance criteria and verifies the merged codebase satisf
Fresh Verifier
Fresh-context Opus 5 verifier. Run after a builder reports done. Checks work against the spec, runs tests, rep
Spec Reviewer Correctness
Review an engineering spec for correctness — does the proposed implementation actually solve the problem the b
Finalisation Coordinator
Phase 3 INLINE orchestrator: syncs the branch, runs the verify-phase test gate, chatgpt-pr-review, doc-sync sw
Related Skills
Sap Gates
Corre los 3 gates de la Definition of Done sobre el diff actual (quality, code review, QA+NFR).
Agent Loops
Deterministic agent loops for AI coding CLIs (Claude Code, Codex, Cursor, Kimi): worker + adversarial verifier
Auto Dev Worker
PHASE 1 of an auto-dev worker — implement-issue up to a ready PR, then stop so a fresh sub-agent merges it. Di