
microsoft/playwright
2 skills3.2k installs187k starsGitHub
Install
npx skills add https://github.com/microsoft/playwrightSkills in this repo
1Playwright DevPlaywright Development Guide orients contributors inside the Playwright monorepo when extending the framework itself. It points to library architecture docs covering client-server dispatchers, protocol layers, and DEPS rules, plus guides for adding APIs, MCP tools, CLI commands, and vendor dependency bundles. Additional references cover WebKit Safari version strings, the iOS WebView backend with provisional-target pause and resume behavior, bisecting published npm versions, and the dashboard behind playwright cli show. Agents use it when modifying Playwright internals rather than writing end-user tests against applications. The skill assumes familiarity with monorepo build, test, and lint commands documented in the root CLAUDE.md and check_deps validation for dependency boundaries. Use it when implementing new Playwright APIs, registering MCP tools, adjusting utilsBundle or babelBundle vendoring, updating WebView targets, or debugging regressions across published Playwright versions.2.8kinstalls2Playwright DevopsDevOps workflows for Playwright - CI failure analysis, workflow debugging, and release operations. - [CI Commit Failure Report](commit-failures.md) — analyze GitHub Actions failures for the last commit on main - [fetch-commit-logs.sh](fetch-commit-logs.sh) — script to download failed job logs into `~/tmp/commit-<sha>/`412installs