team-qa

Run unit, integration, browser, and coverage checks from plan.json.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/ConductionNL/decidesk --skill team-qa-conductionnl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-qa
Source: https://github.com/ConductionNL/decidesk/tree/main/.claude/skills/team-qa
Command: npx skills add https://github.com/ConductionNL/decidesk --skill team-qa-conductionnl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams and developers lose time validating changes due to fragmented testing and manual verification. This skill orchestrates end-to-end QA workflows across unit, integration, browser, and acceptance-criteria checks, ensuring coverage gates are met for each change.

Core Features & Use Cases

  • Comprehensive QA orchestration: coordinates unit, integration, browser, and coverage checks for active changes.
  • Acceptance criteria validation: loads acceptance criteria from plan.json and verifies each completed task.
  • Evidence-driven reporting: generates structured QA results and browsable evidence across test suites.

Quick Start

Execute a full QA run on the active change to verify unit, integration, and browser criteria and ensure coverage gates are met.

Frequently Asked Questions about team-qa

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

FAQPage Schema
How do I automate QA validation for active Scrum changes?

You can validate acceptance criteria by loading test context from plan.json and running a full QA workflow across unit, integration, browser, and coverage checks. This verifies each completed task against its defined criteria.

How does acceptance criteria validation work during test automation?

The Skill orchestrates end-to-end test automation by coordinating unit, integration, browser, and coverage checks for active changes. It loads test context from plan.json to validate completed tasks against acceptance criteria.

What is the best way to consolidate unit and browser testing results?

The best way to consolidate unit and browser testing results is to run an orchestrated QA workflow that validates acceptance criteria and produces a single consolidated report. This report includes structured evidence, test results, and any defects requiring follow-up.

Do I need a plan.json file to run end-to-end test automation?

Yes, you need a plan.json file to run end-to-end test automation because the workflow identifies the active change plan and loads its test context from this file. This context provides the acceptance criteria used to validate completed tasks.

Why does test automation fail when coverage gates are not met?

Test automation fails when coverage gates are not met because the QA workflow ensures coverage checks are passed for each active change before completing. This prevents incomplete changes from passing validation and generating a successful consolidated report.

Can I use QA-driven test automation for integration and browser checks together?

Yes, you can use QA-driven test automation for integration and browser checks together as the workflow orchestrates both alongside unit and coverage checks. It coordinates these suites to validate acceptance criteria and produce evidence-driven reports.