LogoClawIndex
CasesSkillsAbout
LogoClawIndex

merge-queue - Serialized Commit Control for Agent Branches

Manages serialized merge queues for agent branches, covering atomic locking, idempotency checks, non-fast-forward merges, and worktree cleanup.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Acquire atomic merge lock
  • Verify branch state
  • Perform non-fast-forward merges
  • Clean up task worktrees
  • Check merge queue status
  • Emit merge event logs

Inputs

  • Agent task branches
  • Task identifier
  • Git repository

Outputs

  • Non-fast-forward merge commits
  • Event log records
  • Lock file status changes
  • Pruned worktree directories

Requirements

  • Git version control system
  • Bash shell environment
  • Agent skill runtime
  • Merge queue CLI script

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
merge-queue
atomic-lock
idempotency
worktree-cleanup
agent-branch
Acquire atomic merge lock
Verify branch state
Perform non-fast-forward merges
Clean up task worktrees
Agent task branches
Task identifier
Git repository
Non-fast-forward merge commits
Event log records
Lock file status changes