What problem does it solve? Writing and maintaining Playwright test suites involves many decisions—locator strategy, waiting behavior, fixtures, CI configuration, mocking, and flakiness diagnosis—and inconsistent choices lead to brittle, slow, unreliable tests. This Skill routes the AI to the right reference document for the task at hand so tests follow proven patterns. ## Core Features & Use Cases - Activity-based reference routing: Maps your current task (writing E2E tests, fixing flaky tests, setting up CI/CD, mocking APIs) to one of 57 focused reference documents across 8 categories. - Broad coverage: E2E, component, API, visual regression, accessibility (axe-core), security, performance, mobile, i18n, Electron, browser extensions, WebSockets, service workers, and framework-specific guidance for React, Angular, Vue, and Next.js. - Debugging and infrastructure support: Trace viewer workflows, flaky test diagnosis, sharding, parallel execution, Docker, GitHub Actions, GitLab CI, and test coverage. - Use Case: You ask the AI to fix a flaky login test; the Skill directs it to the flaky-tests and assertions-waiting references so the fix uses auto-retrying assertions instead of arbitrary timeouts. ## Quick Start Ask the AI to write or fix a Playwright test, such as fixing a flaky login test or adding accessibility checks, and it will apply the relevant best practices automatically.