What problem does it solve? Playwright test suites often suffer from flaky tests, brittle selectors, poor structure, and inconsistent CI/CD configuration. This Skill routes the AI to the right reference document for your current testing activity, so you get focused, correct guidance instead of generic advice. ## Core Features & Use Cases - Activity-Based Reference Routing: 57 reference documents organized into 8 categories (core, debugging, testing patterns, advanced, browser APIs, architecture, frameworks, infrastructure/CI-CD), mapped to your current task via a decision tree. - Comprehensive Coverage: E2E, component, API, visual regression, accessibility (axe-core), security, performance, mobile, i18n, Electron, and browser extension testing patterns. - Debugging & Maintenance: Guidance for fixing flaky tests, using the trace viewer, handling race conditions, and refactoring to Page Object Model. - 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 best-practice Playwright TypeScript code. ## Quick Start Ask the AI to write or fix a Playwright test for your scenario, such as "write an E2E test for the login flow with proper locators and assertions."