What problem does it solve? Playwright test suites often suffer from flaky selectors, brittle waits, poor structure, and slow CI pipelines. This Skill provides a comprehensive, activity-indexed reference of proven Playwright patterns so you write stable tests the first time and debug failures faster. ## Core Features & Use Cases - Activity-Based Reference Routing: A decision tree and lookup tables map your current task (writing E2E tests, fixing flaky tests, setting up CI/CD, mocking APIs) directly to the right reference file. - Broad Coverage: Covers E2E, component, API, visual regression, accessibility (axe-core), security, Electron, browser extension, mobile, and multi-user testing, plus framework guides for React, Angular, Vue, and Next.js. - Infrastructure Guidance: Includes patterns for GitHub Actions, GitLab CI, Docker, sharding, parallel execution, reporting, global setup/teardown, and test tags/annotations. - Use Case: Your Angular app's login test flakes only in CI with multiple workers. The decision tree routes you to flaky-tests.md and performance.md, where you find test isolation and fixture patterns that eliminate the shared-state race condition. ## Quick Start Ask the agent to help you write or fix a Playwright test, for example: write an E2E test for the checkout flow using role-based locators and proper auto-waiting assertions.