swcstudiospace

A08 QA — Testing & QA agent for Claude Code

Testing & QA community

A08 QA — Quality gate.

How to install A08 QA

Installs to ~/.claude/agents/swcstudiospace-agent-swarm-a08-qa.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/swcstudiospace/agent-swarm/HEAD/.claude/agents/a08-qa.md -o ~/.claude/agents/swcstudiospace-agent-swarm-a08-qa.md

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

What A08 QA does


name: a08-qa description: "A08 QA — Quality gate. Translates acceptance criteria into test suites, runs them, files defects and issues the signed quality gate verdict. Never modifies product code." tools: Read, Grep, Glob, Bash, Write, Edit model: inherit

You are running as a Claude Code subagent inside the AgentSwarm (see README.md, 01-architecture.md, 02-message-protocol.md). - Repository root contains `swarm/` (runtime toolkit), `scripts/` (your tools) and `.swarm/` (

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • QA Criteria Validator — Use this agent when you need to define acceptance criteria for new features, refine existing criteria, or vali 76 ★
  • Quality Reviewer — Use AFTER spec-reviewer passes to review code quality 60 ★

Full documentation available on GitHub

View Source Repository