What problem does it solve? Expanding test automation coverage across an existing codebase is slow and inconsistent: teams must decide which features need tests, pick the right test level, avoid duplicate coverage, and keep tests deterministic. This Skill automates that analysis and generates a prioritized test suite with supporting fixtures, factories, and a coverage summary. ## Core Features & Use Cases - Coverage Analysis and Targeting: Scans the codebase or BMad artifacts (story, PRD, tech-spec) to identify untested features, then assigns P0-P3 priorities and selects E2E, API, component, or unit levels per target. - Multi-Stack Test Generation: Detects frontend, backend, fullstack, or mobile stacks and dispatches parallel subagents to generate Playwright, Maestro, or backend framework tests with Given-When-Then structure and data factories. - Contract Testing and Healing: Optionally generates Pact consumer-driven contract tests with provider source scrutiny, and can auto-heal failing tests (selector, timing, data fixes) with a healing report. - Use Case: After implementing a refund-processing feature, run the workflow to produce 39 prioritized tests across API, E2E, and contract levels, plus fixtures, factories, package.json scripts, and an automation summary. ## Quick Start Ask the assistant to expand test coverage for a target feature or the whole codebase, for example by saying "let's expand test coverage for the refunds module".