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 the AI to the right reference document based on your current activity, so you get focused, correct guidance without loading everything at once. ## Core Features & Use Cases - Activity-Based Reference Routing: 57 reference documents organized into 8 categories (core, debugging, testing patterns, advanced, browser APIs, architecture, frameworks, CI/CD), with a decision tree that maps your task to the right files. - Full Testing Coverage: Guidance for E2E, component, API, visual regression, accessibility (axe-core), security (XSS/CSRF), performance (Web Vitals, Lighthouse), mobile, i18n, Electron, and browser extension testing. - Debugging & Maintenance Workflows: Patterns for fixing flaky tests, using the trace viewer, handling race conditions, refactoring to Page Object Model, and setting up CI/CD pipelines (GitHub Actions, GitLab, Docker, sharding). - Use Case: You ask the AI to "fix this flaky login test" or "add accessibility tests to the checkout flow"—the Skill loads the relevant references (e.g., flaky-tests.md, accessibility.md) and produces code following Playwright best practices. ## Quick Start Ask the AI to write or fix a Playwright test for your scenario, such as "write an E2E test for the checkout flow with mocked payment API," and it will apply the appropriate best-practice patterns.