git-cherry-pick

Community

Cherry-pick commits between branches.

Authoradamdriscoll
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the process of applying a specific commit from one Git branch to another, streamlining code integration and hotfixes.

Core Features & Use Cases

  • Selective Commit Transfer: Cherry-pick the latest commit from a source branch to a target branch.
  • Pull Request Workflow: Optionally create a new branch, cherry-pick onto it, and open a GitHub Pull Request for review.
  • Use Case: You need to apply a critical bug fix from a develop branch to the main branch without merging the entire develop branch. This Skill can cherry-pick just that one commit.

Quick Start

Cherry-pick the last commit from the 'feature/new-login' branch to the 'main' branch.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: git-cherry-pick
Download link: https://github.com/adamdriscoll/skills/archive/main.zip#git-cherry-pick

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.