team-qa

Orchestrate a full QA cycle from strategy to sign-off for game development stories.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill team-qa-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-qa
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/team-qa
Command: npx skills add https://github.com/imgamer/AILearn --skill team-qa-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

team-qa eliminates the chaos of coordinating QA strategy, test planning, manual execution, and sign-off by providing a structured end-to-end QA workflow for a sprint or feature.

Core Features & Use Cases

  • QA orchestration across roles: Coordinates qa-lead (strategy + test plan + sign-off) and qa-tester (test cases + bug reports) to produce a complete QA package.
  • Story-driven testing: Classifies stories (Logic / Integration / Visual/Feel / UI / Config/Data), assigns automated vs manual needs, and drives manual QA with prebuilt test case structure.
  • Smoke-check gate and decisioning: Checks prior smoke reports, enforces FAIL stopping rules, and continues with warnings when configured.

Quick Start

Orchestrate QA for the active sprint by running: team-qa sprint sprint-03 --review lean.

Frequently Asked Questions about team-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate a complete QA sprint cycle for game development stories?

You can orchestrate a complete QA sprint cycle by using a structured workflow that classifies stories, generates test plans, delegates manual execution, and writes a final sign-off report. This eliminates coordination chaos across QA roles.

What is the best way to structure test plans for logic, integration, and visual game stories?

The best way to structure test plans for game stories is to classify them by Logic, Integration, Visual/Feel, UI, or Config/Data. This classification automatically maps stories to automated or manual testing requirements for targeted validation.

How do I enforce a smoke check gate before running full manual QA tests?

To enforce a smoke check gate, you need a workflow that checks prior smoke reports and applies FAIL stopping rules. This prevents moving to full manual QA execution until smoke checks pass, while allowing continuation with warnings when configured.

Can I automate bug reporting and sign-off generation during manual QA execution?

Yes, you can automate bug reporting and sign-off generation by delegating test cases to a qa-tester role and orchestrating the strategy with a qa-lead. This produces a complete QA package including bug reports and final sign-off.

Do I need YAML configuration to classify stories and map automated versus manual testing requirements?

Yes, you need a YAML-defined configuration specifying the name and description to classify stories and map automated versus manual testing requirements. This configuration drives the overall QA strategy and test plan generation.

What are the limitations of relying on agent delegation for sprint QA sign-off reporting?

A limitation of agent delegation for sprint QA sign-off reporting is that it relies on task spawning to qa-lead and qa-tester roles, requiring user-approved phase transitions and valid production context files to function correctly.