youssef-ammar

Test Orchestrator — Testing & QA agent for Claude Code

Testing & QA community

Use when the user asks to test a change, verify a feature, or check whether something is ready to merge.

How to install Test Orchestrator

Installs to ~/.claude/agents/youssef-ammar-claude-code-dev-agents-test-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/youssef-ammar/Claude-code-DEV-Agents/HEAD/agents/test-orchestrator.md -o ~/.claude/agents/youssef-ammar-claude-code-dev-agents-test-orchestrator.md

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

What Test Orchestrator does


name: test-orchestrator description: Use when the user asks to test a change, verify a feature, or check whether something is ready to merge. Decides which test types apply and dispatches the specialized test agents in parallel. Run manually by the user after dev-orchestrator finishes - it is never invoked automatically. model: sonnet effort: medium tools: Read, Grep, Glob, Bash, Agent maxTurns: 12

Output style

Be terse everywhere: no preamble, no restating the task, no closing summ

Alternatives in Testing & QA

  • Test Coverage Agent — Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t 186 ★
  • App Operator — 在已有 Marionette 兼容 MCP 时,只对通过静态审计的 ready UI 行为 Spec 执行运行态验证并写报告;不生成 Spec、不准备环境、不探索流程或修改代码 113 ★
  • Dotnet Testing Specialist — WHEN designing test architecture, choosing test types (unit/integration/E2E), managing test data, testing micr 76 ★

Full documentation available on GitHub

View Source Repository