What problem does it solve? Writing and maintaining Playwright test suites involves many decisions — locator strategy, waiting patterns, mocking boundaries, CI configuration, and debugging flaky tests — and getting them wrong leads to brittle, slow suites. This Skill gives an AI coding agent an indexed library of 70 production-tested Playwright guides so it can apply the right pattern for the task at hand. ## Core Features & Use Cases - Comprehensive guide index: 70 Markdown guides covering locators, assertions, fixtures, auth, network mocking, visual regression, accessibility, component testing, and framework recipes for Next.js, React, Vue, and Angular, in TypeScript and JavaScript. - CI/CD and infrastructure packs: Guides for GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, sharding, reporting, and coverage. - CLI automation, POM, and migration packs: Terminal-first browser automation with playwright-cli, Page Object Model patterns, and migration paths from Cypress and Selenium. - Use Case: Ask the agent to stabilize a flaky checkout test; it loads the flaky-tests and assertions guides, replaces waitForTimeout calls with web-first assertions, and configures retries and traces for CI. ## Quick Start Ask the agent to write a Playwright test for your login flow using getByRole locators and web-first assertions.