Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/skills/cherry-pick/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: cherry-pick
description: Cherry-pick a commit onto another branch and open the PR. Use when the user asks to cherry-pick or backport a commit or PR to a release branch.
---

# Cherry-picking commits

Cherry-pick the commit with `git cherry-pick -x <sha>` so the source SHA is
recorded in git's standard format. Keep the commit message as git generates it
by default. Prefix the PR title with `[Cherry-Pick]`.
Loading