What problem does it solve? Building a Shopify app requires rigorous quality assurance across unit, integration, E2E, performance, and security layers, but writing comprehensive tests and test strategies from scratch is time-consuming and error-prone. ## Core Features & Use Cases - Test Strategy & Planning: Produces risk-based test plans, test case documents, and bug reports using structured templates with severity and priority classifications. - Automated Test Generation: Writes Vitest unit tests with real database isolation, React Testing Library component tests for Polaris UI, Playwright E2E tests with page object patterns, and k6 load tests with performance thresholds. - Shopify-Specific Testing: Covers webhook HMAC validation, idempotency handling, GDPR compliance webhooks, OAuth flows, billing API, and multi-tenant data isolation. - Use Case: When implementing a new product management feature, invoke this Skill to receive a complete test suite including service tests, component tests, E2E journeys, and a CI pipeline configuration with bundle size checks. ## Quick Start Ask the tester to create a test strategy and automated tests for your new Shopify app feature, such as product management or webhook handling.