post-merge - Mid-session pivot ceremony after PR merge
Resets the local checkout to the base branch after a PR merge, cleans up feature branches, and prompts for next steps.
Tags
Updated: 2026-09-18Capabilities
What this skill does
- Detect current and base branches
- Check for uncommitted changes
- Stash uncommitted local changes
- Pull latest base branch commits
- Delete local feature branch
- Prompt for next session action
Inputs
- Current Git branch name
- Merged PR base branch info
- User exit choice selection
Outputs
- Local checkout on base branch
- Deleted local feature branch
- Captured user exit decision
Requirements
- Haiku model
- Git CLI
- GitHub CLI
