cherry-pick-changes
Cherry-pick post-merge commits onto a new follow-up branch
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Cherry-pick post-merge commits onto a new follow-up branch
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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>