cherry-pick-followup

Apply specific git commits across branches to synchronize documentation and configuration files.

3|2|Updated May 12, 2026
One-click install
npx skills add https://github.com/kriscendobot/garden --skill cherry-pick-followup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cherry-pick-followup
Source: https://github.com/kriscendobot/garden/tree/main/skills/cherry-pick-followup
Command: npx skills add https://github.com/kriscendobot/garden --skill cherry-pick-followup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the friction of manually porting documentation, style, or policy updates across multiple git branches, ensuring consistency without the overhead of reauthoring commits.

Core Features & Use Cases

  • Automated Propagation: Applies specific commits from one branch to another using git cherry-pick.
  • Conflict Resolution: Provides a structured path for handling merge conflicts during the transfer process.
  • Use Case: When a global policy change is committed to the main branch, this skill automatically applies that same change to secondary worktrees or feature branches to keep documentation synchronized.

Quick Start

Instruct the agent to cherry-pick the specified commit hash into the current working tree to propagate the latest documentation updates.

Frequently Asked Questions about cherry-pick-followup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git cherry-pick across multiple branches?

To automate git cherry-pick across branches, you can instruct the agent to apply specific commit hashes into the current working tree. This automatically propagates changes to keep documentation and configuration files synchronized.

What is the best way to synchronize documentation updates across feature branches?

The best way to synchronize documentation updates is using automated cherry-pick operations to port specific commits. This prevents manual reauthoring and maintains consistency across secondary worktrees without merge overhead.

Can I use this to apply a global policy change to secondary git worktrees?

Yes, you can apply a global policy change to secondary git worktrees by targeting the specific commit. The skill uses standard git CLI access to transfer the changes and verify commit integrity across different branches.

How do I handle merge conflicts when porting commits between branches?

When porting commits between branches, the skill provides a structured path for handling merge conflicts during the transfer process. It guides the agent through resolving conflicts while applying the cherry-pick operations.

Do I need standard git CLI access to perform automated cherry-picks?

Yes, you need standard git CLI access to perform automated cherry-picks. The skill requires command-line tools to execute the operations and verify commit integrity within your git-based repositories.