playwright-cherry-pick
Cherry-pick a commit or PR from main into a release branch (release-<version>) and retitle it as cherry-pick(#<pr>): <original title>. Use when asked to…
DevOps workflows for Playwright - CI failure analysis, workflow debugging, and release operations.
$ npx -y skills add microsoft/playwright --skill playwright-devops --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/playwright-devopsContext preview
The summary Claude sees to decide when to auto-load this skill.
DevOps workflows for Playwright - CI failure analysis, workflow debugging, and release operations.
name: playwright-devops description: DevOps workflows for Playwright - CI failure analysis, workflow debugging, and release operations. user_invocable: true
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Repo: microsoft/playwright
Cherry-pick a commit or PR from main into a release branch (release-<version>) and retitle it as cherry-pick(#<pr>): <original title>. Use when asked to…
Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR…
Triage a Playwright bug report by reproducing it from the information in the issue. Use when asked to triage, reproduce, or verify a GitHub issue (a new bug…
Automate browser interactions, test web pages and work with Playwright tests.
Set up component testing with Playwright using a story gallery — scaffold stories and a gallery dev page driven by the built-in mount fixture, no dedicated…