whosz

Ds Batch Pipeline — Testing & QA agent for Claude Code

Testing & QA community

Use for a full end-to-end component batch or fix — build, QA, and review, looped until clean — in ONE dispatch instead of manually chaining ds-component-builder → ds-visual-qa → ds-reviewer → fix → re.

How to install Ds Batch Pipeline

Installs to ~/.claude/agents/whosz-ds-agent-ds-batch-pipeline.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/whosz/ds-agent/HEAD/agents/ds-batch-pipeline.md -o ~/.claude/agents/whosz-ds-agent-ds-batch-pipeline.md

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

What Ds Batch Pipeline does


name: ds-batch-pipeline description: Use for a full end-to-end component batch or fix — build, QA, and review, looped until clean — in ONE dispatch instead of manually chaining ds-component-builder → ds-visual-qa → ds-reviewer → fix → re-QA. Trigger on "build and ship ", "full batch ", "fix end-to-end", or whenever the orchestrator would otherwise make 3+ sequential Agent calls for the same components. Do NOT use for a single narrow already-scoped fix (a lone builder call is enough

Alternatives in Testing & QA

  • Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
  • Eval Author — Authoring role for the D365FO agent eval loop catalog 136 ★
  • Designer Agent — Product/UI Designer for the Movie DB KMP app 105 ★

Full documentation available on GitHub

View Source Repository