fugazi

QA Orchestrator.Agent — Testing & QA agent for Claude Code

Testing & QA community

Orchestrates multi-step QA workflows by delegating to specialized agents.

How to install QA Orchestrator.Agent

Installs to ~/.claude/agents/fugazi-test-automation-skills-agents-qa-orchestrator.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fugazi/test-automation-skills-agents/HEAD/agents/qa-orchestrator.agent.md -o ~/.claude/agents/fugazi-test-automation-skills-agents-qa-orchestrator.agent.md

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

What QA Orchestrator.Agent does


name: 'QA Orchestrator' description: 'Orchestrates multi-step QA workflows by delegating to specialized agents. Activate when task involves planning, generating, healing, or refactoring tests across multiple agents.' tools: ['read', 'search', 'agent']

infer: false — this orchestrator is a dispatcher invoked explicitly; it must

not auto-activate from ambient context. Specialist agents omit `infer` (default

true) so the harness can auto-select them based on their description.

infer: fals

Alternatives in Testing & QA

  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • Kraken — You are a specialized implementation agent 3.6k ★
  • Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★

Full documentation available on GitHub

View Source Repository