What problem does it solve? Writing reliable Playwright tests requires knowing dozens of patterns—locators, auto-waiting, fixtures, mocking, CI setup—and getting any of them wrong leads to flaky, slow, or brittle test suites. This Skill routes your current testing activity to the right reference document so the AI applies proven Playwright practices instead of generic guesses. ## Core Features & Use Cases - Activity-Based Reference Routing: Maps what you are doing (writing E2E tests, fixing flaky tests, setting up CI/CD, mocking APIs) to the right file among 57 reference documents across 8 categories. - Comprehensive Coverage: Includes guidance for E2E, component, API, visual regression, accessibility (axe-core), security, performance, mobile, i18n, Electron, and browser extension testing, plus framework-specific patterns for React, Angular, Vue, and Next.js. - Debugging & Infrastructure Guidance: Provides decision trees and references for flaky test diagnosis, trace viewer usage, sharding, Docker, GitHub Actions, GitLab CI, and test coverage. - Use Case: You ask the AI to fix a flaky login test that fails only in CI; the Skill directs it to the flaky-tests, fixtures-hooks, and performance references so it addresses test isolation and parallel worker state rather than adding arbitrary waits. ## 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 apply the relevant best practices automatically.