Qa Orchestrator.Agent banner
fugazi fugazi

Qa Orchestrator.Agent

Testing & QA community

Description

--- 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

Installation

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.

Full documentation available on GitHub

View Source Repository