post-merge

Switch to the develop branch and sync with the remote after a merge.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/furrycolombia-sys/candyshop --skill post-merge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-merge
Source: https://github.com/furrycolombia-sys/candyshop/tree/main/.agents/skills/post-merge
Command: npx skills add https://github.com/furrycolombia-sys/candyshop --skill post-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates post-merge branch housekeeping by switching to the develop branch and syncing with the remote repository, ensuring alignment with the main integration workflow.

Core Features & Use Cases

  • Automatically switch to the develop branch after a merge to streamline continuation of work.
  • Sync the local repository with the remote to keep branches up-to-date.
  • Optionally delete the previous branch after a successful merge to reduce clutter.

Quick Start

Switch to the develop branch, pull the latest changes from the remote, and delete the previous branch if your workflow requires it.

Frequently Asked Questions about post-merge

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

FAQPage Schema
How do I automate git branch cleanup and switch to develop after a merge?

Automate git branch cleanup by switching to the develop branch and syncing with the remote repository. This workflow optionally deletes the previous branch after a successful merge to reduce local clutter.

What is the best way to sync my local develop branch with the remote after merging?

Sync your local develop branch by automatically switching to it and pulling the latest changes from the remote repository. This ensures your local environment aligns with the main integration workflow.

How does post-merge branch housekeeping work in a Claude development workflow?

Post-merge branch housekeeping in a Claude workflow reads a canonical source file and adapts Claude-specific commands for direct execution. It switches to develop, syncs with remote, and optionally removes old branches.

Can I automatically delete a git branch after merging it into develop?

Yes, you can automatically delete a git branch after merging. The workflow switches to the develop branch, syncs with the remote, and optionally deletes the previous branch to keep your repository organized.

Does the post-merge workflow require any external dependencies or components?

No, the post-merge workflow operates without external dependencies or components. It reads its internal instructions from a canonical source file and adapts them to the execution environment.