How this skill is triggered — by the user, by Claude, or both
Slash command
/git-expert:git-cherry-pickThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply specific commits from one branch onto the current branch.
Apply specific commits from one branch onto the current branch.
git cherry-pick <commit>git cherry-pick <start>..<end>git cherry-pick --no-commit <commit>git cherry-pick -s <commit>git cherry-pick -e <commit>git cherry-pick --abortgit cherry-pick --continuegit cherry-pick --skipTriggered when user says "cherry-pick", "pick commit X to this branch", "backport". Mention the source commit hash and explain what changes are being moved.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin git-expertCovers interactive rebase, cherry-picking, git bisect, and worktrees for cleaning history, recovering from mistakes, and managing complex branch workflows.
Uses interactive rebase, cherry-picking, git bisect, and worktrees to clean history, apply specific commits, find bugs, and manage multiple branches simultaneously.