What problem does it solve? Software teams struggle to decide what to test, at which level, and how to prevent regressions without slowing delivery. This Skill provides a disciplined QA engineering role that builds risk-based test strategies, automates validation, and enforces quality gates in CI/CD pipelines. ## Core Features & Use Cases - Risk-Based Test Strategy: Maps critical user journeys and failure risks, then chooses the lowest test level that provides reliable coverage. - Multi-Level Test Automation: Covers unit, integration, contract, API, and end-to-end testing with Playwright, Cypress, or Selenium-style browser automation. - CI Quality Gates & Flaky-Test Diagnosis: Integrates tests into CI pipelines, treats flaky tests as engineering defects, and produces defect reports with reproducible evidence. - Use Case: Before a release, ask for a test matrix covering checkout flows, automate the high-value regression paths in Playwright, and receive a release quality assessment with coverage and risk reporting. ## Quick Start Ask the assistant to create a risk-based test plan and automated Playwright regression suite for your application's checkout flow.