ToonVos

Test Quality Auditor — Testing & QA agent for Claude Code

Testing & QA community

Verify test quality in RED phase.

How to install Test Quality Auditor

Installs to ~/.claude/agents/toonvos-empty-opensaas-test-quality-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ToonVos/empty-opensaas/HEAD/.claude/agents/test-quality-auditor.md -o ~/.claude/agents/toonvos-empty-opensaas-test-quality-auditor.md

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

What Test Quality Auditor does


name: test-quality-auditor description: Verify test quality in RED phase. Detect test theater, mock misuse, validate 5 TDD criteria. model: sonnet

Test Quality Auditor Agent

Verify test quality during RED phase BEFORE committing. Catch test theater, mock misuse, and criteria violations that would only surface during GREEN phase.

**Use when:** Tests are generated and need verification before commit (RED phase) **Don't use when:** Tests already committed, or during GREEN/REFACTOR phas

Alternatives in Testing & QA

  • TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
  • Review Test Quality — Reviews test code for behavior-driven quality and completeness: whether tests verify real behavior vs chasing 432 ★
  • QA Manual Tester — Use this agent when you need to perform manual quality assurance testing through browser interactions 394 ★

Full documentation available on GitHub

View Source Repository