One-click install
npx skills add https://github.com/imclab/xrA1-swarm --skill team-qa-imclab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-qa
Source: https://github.com/imclab/xrA1-swarm/tree/main/.claude/skills/team-qa
Command: npx skills add https://github.com/imclab/xrA1-swarm --skill team-qa-imclab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

team-qa removes the chaos of ad-hoc testing by orchestrating a full QA workflow—strategy, test planning, manual execution, and sign-off—so sprints ship with clear coverage and documented outcomes.

Core Features & Use Cases

  • End-to-end QA orchestration: coordinates qa-lead (strategy + test plan + smoke check) and qa-tester (test case writing + bug reporting) to produce a complete QA package.
  • Story-scoped testing cycle: supports sprint or feature scope, classifies stories by type (Logic, Integration, Visual/Feel, UI, Config/Data), and defines which parts require automated evidence versus manual QA.
  • Smoke-check gate + results-driven sign-off: performs a PASS / PASS WITH WARNINGS / FAIL smoke verdict to control whether the cycle proceeds, then compiles final coverage and bug outcomes into a sign-off report.

Quick Start

Run team-qa for your next sprint by invoking it with the argument sprint-03 (or feature: system-name) and approve each phase when prompted.

Frequently Asked Questions about team-qa

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

FAQPage Schema
How do I run a complete sprint QA cycle without missing test coverage?

A complete sprint QA cycle coordinates strategy, smoke checks, test plan creation, manual execution, and sign-off reporting. It classifies stories into test-relevant categories and enforces smoke-check gates to ensure clear coverage and documented outcomes.

What is story classification in sprint validation and how does it help test planning?

Story classification in sprint validation categorizes stories into types like Logic, Integration, Visual/Feel, UI, and Config/Data. This determines which parts require automated evidence versus manual QA, directly shaping the generated test plan and execution scope.

How do I enforce a smoke testing gate before proceeding with full manual test execution?

You enforce a smoke testing gate by performing an initial check that yields a PASS, PASS WITH WARNINGS, or FAIL verdict. This result controls whether the QA cycle proceeds to manual test execution and subsequent phase transitions.

Can I use story-file driven development workflows for QA orchestration?

Yes, QA orchestration applies directly to story-file driven development workflows. It loads stage-aware context to determine test scope, produce test cases, perform manual validation, and file bugs, generating persistent QA artifacts under the production/qa/ directory.

How do I generate persistent QA artifacts and sign-off reports after bug reporting?

You generate persistent QA artifacts by compiling final coverage and bug outcomes into a sign-off report. The workflow produces these test plans and bug reporting outputs under the production/qa/ directory for documented sprint validation.

What's the best way to structure bug reporting during manual test execution?

The best way to structure bug reporting is by coordinating test case writing with targeted bug filing within an orchestrated cycle. This links bug reports directly to classified story scopes and final sign-off coverage metrics.