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.

跳到安装

来源信息

仓库
microsoft/playwright
最近来源活动
2026年9月11日 00:10
检测到的 SKILL.md 语言
英语
星标
96,425
分支
6,473

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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>`.
在 GitHub 查看