Skip to main content

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 cherry-pick, backport, or port a change into a release.

Jump to install

Source facts

Repository
microsoft/playwright
Last source activity
September 11, 2026 at 00:10
Detected SKILL.md language
English
Stars
96,425
Forks
6,473

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
playwright-cherry-pick
description
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 cherry-pick, backport, or port a change into a release.
# Cherry-pick into a release branch `/playwright-cherry-pick <version> <commit>` Check out `release-<version>`, creating it if needed, synced to `microsoft/playwright` (`git fetch upstream release-<version>` and use `FETCH_HEAD`, not a remote-tracking name). Cherry-pick the commit and retitle it `cherry-pick(#<pr>): <original title>`, where `<pr>` is the number from the trailing `(#<pr>)` of the original subject, dropped from the title. Body stays empty. Report the result and stop. **Never push.** The user asks explicitly, then: `git push upstream release-<version>`.
View on GitHub