What problem does it solve?
This Skill defines the product- or repository-level QA strategy when testing is ad hoc, incomplete, or too expensive because the team has no shared rule for which risks belong to which test layer.
Core Features & Use Cases
- Risk inventory first: Identifies the failures that matter most, such as data integrity, auth/session breakage, tenant isolation, money errors, and critical journey regressions.
- Cheapest reliable layer decisions: Maps each risk to the right test layer, choosing unit, integration, contract, E2E, or manual coverage based on cost and reliability.
- Release evidence and CI gates: Defines what must pass before merge or release, which artifacts are required, where checks run in CI, and who owns each layer.
- Use case: A team with slow E2E-heavy CI can use this Skill to rebalance coverage, keep only the few critical browser journeys, and move the rest to cheaper, stronger checks.
Quick Start
Ask for a product-level QA strategy for this repository and include the main risks, current test layers, release gates, and ownership concerns.