What problem does it solve? Writing and maintaining Playwright tests involves many decisions—locator strategy, waiting behavior, fixtures, mocking, CI setup—and mistakes lead to flaky, slow, or brittle suites. This Skill routes the AI to the right reference document for the task at hand so tests follow proven patterns instead of ad-hoc guesses. ## Core Features & Use Cases - Activity-based routing: Maps what you are doing (writing E2E tests, fixing flaky tests, setting up CI/CD, mocking APIs) to one or more of 57 focused reference documents across 8 categories. - Broad coverage: Includes guidance for accessibility (axe-core), visual regression, mobile emulation, WebSockets, authentication flows, Electron apps, browser extensions, i18n, security testing, and performance budgets. - Framework-specific patterns: Dedicated references for React, Angular, Vue, and Next.js, including Angular Material locators and Protractor migration mappings. - Use Case: You ask the AI to fix a flaky login test; the Skill directs it to the flaky-tests, debugging, and assertions-waiting references so it applies auto-waiting assertions and test isolation fixes rather than adding arbitrary sleeps. ## Quick Start Ask the AI to write or fix a Playwright test, such as "add accessibility tests for the checkout page" or "fix this flaky login test", and the Skill will load the relevant best-practice references automatically.