What problem does it solve? Expanding test automation coverage across a codebase is slow and inconsistent when done by hand. This Skill analyzes your source code or BMad artifacts, identifies coverage gaps, and generates a complete, prioritized test suite with supporting fixtures, factories, and helpers. ## Core Features & Use Cases - Multi-Level Test Generation: Produces E2E, API, component, and unit tests with P0-P3 priority tags, avoiding duplicate coverage across levels. - Test Infrastructure Scaffolding: Creates Playwright fixtures with auto-cleanup, faker-based data factories, and helper utilities, plus optional Pact consumer-driven contract tests. - Adaptive Execution Modes: Runs in BMad-Integrated, Standalone, or Auto-discover mode, with parallel subagent orchestration and optional self-healing of failing tests. - Use Case: Point it at an untested feature directory like src/orders/refunds/ and receive a full suite of tagged Playwright specs, factories, an automation summary, and updated package.json test scripts. ## Quick Start Ask the agent to expand test coverage for a specific feature or the whole codebase, for example by saying "lets expand test coverage for the checkout module".