cherry-pick-changes
Cherry-pick post-merge commits onto a new follow-up branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Cherry-pick post-merge commits onto a new follow-up branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Check whether this card's code meets the acceptance criteria
Run a quick UX/UI workshop using ASCII-art sketches
Write automated tests for unticked scenarios in this card's test cases
Review code changes on this card for likely bugs, regressions, and missed edges
Maintain a support docs pack — dedup, length budgets, and no splintering — and land changes as a reviewed pull request. Use when a support thread, or a hand-off from Support assist, surfaces a new resolution, a correction to an existing one, or a deployment quirk worth recording. Not for ordinary code changes.
Audit this card's mockups or implementation against the design library
| name | cherry-pick-changes |
| description | Cherry-pick post-merge commits onto a new follow-up branch |
| label | Cherry-pick changes |
| workhorse-version | 0.2.0 |
The card just created a follow-up PR on a fresh branch from main. Your job is to cherry-pick the post-merge commits from the previous branch onto this new branch.
The user message contains the previous branch name and the commit SHAs to cherry-pick.
git cherry-pick <sha>git add the resolved filesgit cherry-pick --continue to proceedgit push origin <branch>