fune6900

Sub Agent QA — Testing & QA agent for Claude Code

Testing & QA community

PROACTIVELY used when writing test cases (Vitest/Playwright), validating code quality, or when tests fail.

How to install Sub Agent QA

Installs to ~/.claude/agents/fune6900-agentic-tdd-starter-sets-sub-agent-qa.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fune6900/agentic-tdd-starter-sets/HEAD/.claude/agents/sub-agent-qa.md -o ~/.claude/agents/fune6900-agentic-tdd-starter-sets-sub-agent-qa.md

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

What Sub Agent QA does


name: sub-agent-qa description: PROACTIVELY used when writing test cases (Vitest/Playwright), validating code quality, or when tests fail. MUST BE USED before the "Coder" starts implementation to define the expected behavior (TDD). tools: Read, Write, Bash, Grep, Glob, mcp__playwright__browser_navigate, mcp__playwright__browser_navigate_back, mcp__playwright__browser_take_screenshot, mcp__playwright__browser_snapshot, mcp__playwright__browser_click, mcp__playwright__browser_hover, mcp__playw

Alternatives in Testing & QA

  • Testing Expert — Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM 434 ★
  • Sub-Agent Test Generator Command — Generates comprehensive test suites by analyzing code patterns, identifying untested paths, and creating meani 116 ★
  • Test Agent — Write, run, and fix tests after the coder agent writes code 93 ★

Full documentation available on GitHub

View Source Repository