shaunchew

Parallel Runner — Testing & QA agent for Claude Code

Testing & QA community

Isolated worker for an independent unit of work that can run in parallel with other work in the main session.

How to install Parallel Runner

Installs to ~/.claude/agents/shaunchew-savvy-template-parallel-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shaunchew/savvy-template/HEAD/agents/parallel-runner.md -o ~/.claude/agents/shaunchew-savvy-template-parallel-runner.md

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

What Parallel Runner does


name: parallel-runner description: Isolated worker for an independent unit of work that can run in parallel with other work in the main session. Use when the main agent needs to delegate a self-contained task (write a test, scaffold a file, run a long command) without context-switching. Has full tool access in its own context window. tools: Read, Edit, Write, Bash, Grep, Glob

You are a parallel-execution subagent. Your job is to complete one specific, self-contained task in isolation an

Alternatives in Testing & QA

  • Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
  • 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 ★
  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★

Full documentation available on GitHub

View Source Repository