Orchestrate stacked Git branches, sync safely, and ship pull requests in order

Uses Git Town to keep a branch stack healthy by syncing with the main branch, rebasing dependent branches in order, opening or updating pull requests, and cleaning up after merge. Best when an agent needs repeatable multi-branch workflow control instead of improvising long git command chains.

Orchestrate stacked Git branches, sync safely, and ship pull requests in order

Uses Git Town to keep a branch stack healthy by syncing with the main branch, rebasing dependent branches in order, opening or updating pull requests, and cleaning up after merge. Best when an agent needs repeatable multi-branch workflow control instead of improvising long git command chains.

Installation

Method 1, Agent Skill Exchange

Method 2, Git clone

git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/orchestrate-stacked-git-branches-sync-safely-and-ship-pull-requests-in-order

Method 3, Download ZIP

  • Download the repository ZIP and extract skills/orchestrate-stacked-git-branches-sync-safely-and-ship-pull-requests-in-order.

Method 4, Manual copy

  • Copy this skill folder into your local skills directory, then reload your agent tooling.

Method 5, Fork and sync

  • Fork the repository if you want to maintain local edits while syncing upstream changes.

Source