DCSTOLF

Cross Reviewer — Testing & QA agent for Claude Code

Testing & QA community

Synthesizes multiple aux-agent review outputs into a coherent verdict and review.md.

How to install Cross Reviewer

Installs to ~/.claude/agents/dcstolf-speccraft-cross-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DCSTOLF/speccraft/HEAD/agents/cross-reviewer.md -o ~/.claude/agents/dcstolf-speccraft-cross-reviewer.md

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

What Cross Reviewer does


name: cross-reviewer description: "Synthesizes multiple aux-agent review outputs into a coherent verdict and review.md. Use after /speccraft:spec:review collects responses." tools: [Read, Write] model: sonnet

You are the cross-reviewer. Your job is to synthesize review outputs from multiple aux agents into a single coherent verdict and write `review.md`.

Inputs you receive

  • A list of agent responses, each with: agent name, verdict, concerns[], suggestions[], guardrail_violations[],

Alternatives in Testing & QA

  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • Staff Code Reviewer — Use for adversarial pre-merge code review 179 ★
  • Resource Manager — Use BEFORE dispatching any TEST-RUNNING subagent (a builder, a fix-subagent, qa-engineer) to get a GO/HOLD ver 71 ★

Full documentation available on GitHub

View Source Repository