LogoClawIndex
CasesSkillsAbout
LogoClawIndex

git-orchestration-flow - Git Orchestration Flow

Provides procedures for Git branch management, worktree isolation, stacked PR synchronization, ruleset handling, and SSOT conflict resolution.

Tags

Updated: 2026-09-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Isolate worktrees for parallel tasks
  • Detach HEAD to delete branches
  • Prune completed or obsolete worktrees
  • Execute two-pass Work Block projections
  • Resolve unresolved GitHub review threads
  • Reconcile SSOT file rebase conflicts
  • Synchronize stacked PRs bottom up
  • Verify frozen PR head assurance

Inputs

  • Git branches and worktrees
  • GitHub PR numbers and metadata
  • FILE_REGISTRY.yml and PROJECT_MAP.md files
  • Stacked PR reference commit SHAs

Outputs

  • Cleaned worktrees and updated branches
  • Work Block closure commits
  • Resolved GitHub PR review threads
  • Reconciled SSOT configuration files
  • Synchronized stacked PR branch trees

Requirements

  • Git CLI tool
  • GitHub CLI tool
  • GitHub GraphQL API access
  • Repository write authority

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
git
worktree
stacked-pr
github-api
conflict-resolution
sdlc
Isolate worktrees for parallel tasks
Detach HEAD to delete branches
Prune completed or obsolete worktrees
Execute two-pass Work Block projections
Git branches and worktrees
GitHub PR numbers and metadata
FILE_REGISTRY.yml and PROJECT_MAP.md files
Cleaned worktrees and updated branches
Work Block closure commits
Resolved GitHub PR review threads