What problem does it solve? Writing automated tests for newly implemented features is repetitive and often skipped under deadline pressure. This Skill automates the generation of API and end-to-end tests that follow your project's existing test framework and patterns, then runs them to verify they pass. ## Core Features & Use Cases - Framework Detection: Automatically detects the test framework already in use (Playwright, Jest, Vitest, Cypress, etc.) by inspecting package.json and existing test files, or recommends one for the detected stack. - API Test Generation: Creates tests covering status codes, response structure validation, happy paths, and critical error cases for endpoints and services. - E2E Test Generation: Builds UI workflow tests using semantic locators (roles, labels, text) that assert visible outcomes and stay linear and maintainable. - Use Case: After implementing a new checkout feature, ask the Skill to generate tests; it scans the codebase, produces API and E2E specs matching your conventions, runs them, fixes failures, and writes a coverage summary to your implementation artifacts folder. ## Quick Start Ask the assistant to create QA automated tests for the feature you just implemented, naming the feature or directory to scan.