What problem does it solve? Writing automated API and E2E tests for newly implemented features is repetitive and time-consuming, and teams often skip it. This Skill automates test generation so features get verified coverage without manual test authoring. ## Core Features & Use Cases - Framework Detection: Scans package.json and existing test files to detect Playwright, Jest, Vitest, Cypress, or other frameworks, then follows the project's existing patterns. - API Test Generation: Creates tests covering status codes, response structure validation, happy paths, and critical error cases. - E2E Test Generation: Builds UI workflow tests using semantic locators (roles, labels, text) with linear, maintainable test flows. - Use Case: After implementing a checkout feature, ask the Skill to generate tests; it detects Playwright, writes API and E2E specs, runs them, fixes failures, and saves a coverage summary to test-summary.md. ## Quick Start Ask the agent to create QA automated tests for your checkout feature and it will detect the test framework, generate and run the tests, and produce a summary report.