npx skills add ...
npx skills add shopify/hydrogen --skill e2e-test-writing
npx skills add shopify/hydrogen --skill e2e-test-writing
Guide for writing high-quality Playwright E2E tests for Hydrogen. Use when the user asks to "write e2e tests", "add playwright tests", "test this feature end-to-end", "write recipe tests", "add integration tests", or mentions Playwright, E2E testing, or test coverage for user-facing features.
/e2e-test-writing - E2E Test Writing for HydrogenUse this skill when implementing or reviewing Playwright E2E tests in this repository.
Examples:
/e2e-test-writing add recipe coverage for cart drawer quantity changes/e2e-test-writing review locator quality in e2e/tests/cart.test.tse2e/CLAUDE.md for all active test patterns and conventions.expect, expect.poll), never arbitrary timeouts.beforeEach when it improves clarity.e2e/CLAUDE.md before writing tests.Use narrower test paths during iteration, then run the appropriate full project suite before finishing.