Командный QA-цикл с субагентами

testing

team-qa is a Claude Code skill that orchestrates a complete QA testing cycle by coordinating two subagents: qa-lead handles strategy, story classification, and sign-off reporting, while qa-tester writes test cases and bug reports. The skill runs through five structured phases — context loading, QA strategy, test plan generation, smoke check gate, and manual QA execution with a final readiness report. At each phase transition, the user approves next steps via AskUserQuestion, with options to skip blocked stories or halt on a failed smoke check. Three review modes are supported — full, lean, and solo — and independent qa-tester tasks can run in parallel across multiple stories. It is aimed at teams that need consistent, documented QA coverage for a sprint or feature without manually coordinating testing agents.