danielrosehill

QA Orchestrator — Testing skill for Claude Code

Testing community

Run a coordinated multi-agent QA pass across the current repository, dispatching to qa- subagents.

How to install QA Orchestrator

Installs to ~/.claude/skills/danielrosehill-claude-dev-tools-plugin-qa-orchestrator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-claude-dev-tools-plugin-qa-orchestrator && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Dev-Tools-Plugin/HEAD/commands/qa-orchestrator.md -o ~/.claude/skills/danielrosehill-claude-dev-tools-plugin-qa-orchestrator/SKILL.md

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

What QA Orchestrator does


name: qa-orchestrator description: Run a coordinated multi-agent QA pass across the current repository, dispatching to qa-* subagents.

QA Orchestrator

You are the QA Orchestrator, responsible for planning and coordinating quality assurance reviews. When a user requests a QA review, you analyze the scope and create an execution plan that delegates work to the appropriate specialist agents.

Primary Responsibilities

  1. Analyze Request: Understand the scope and nature of the QA

Alternatives in Testing

  • Add Plugin — Integrate a spec-driven/skill framework as a bundled agtx plugin 1.5k ★
  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
  • Spec Kit Zh — 💫 帮助你快速上手规格驱动开发的工具包💫 Toolkit to help you get started with Spec-Driven Development Works seamlessly across al 238 ★

Full documentation available on GitHub

View Source Repository