What problem does it solve? Expanding test automation coverage across an existing codebase is slow and inconsistent when done manually. This Skill analyzes source code or BMad artifacts, identifies coverage gaps, and generates prioritized test suites with fixtures, factories, and helpers. ## Core Features & Use Cases - Multi-level test generation: Creates E2E, API, component, and unit tests with P0-P3 priority tags, Given-When-Then structure, and data-testid selectors. - Adaptive orchestration: Dispatches parallel subagents for API, E2E, backend, or mobile test generation based on detected stack (frontend, backend, fullstack, mobile). - Test healing and validation: Optionally runs generated tests, heals failures (selector, timing, data issues), and marks unfixable tests with test.fixme(). - Use Case: Point the workflow at a feature directory like src/orders/refunds/ and receive a complete test suite with fixtures, factories, package.json scripts, and an automation summary report. ## Quick Start Ask the agent to expand test coverage for a specific feature or directory in your project and let it generate the prioritized test suite.