Merge Queue

Use when serializing merges across multiple agent branches, resolving conflicts between agent outputs, or cleaning stale task branches. Covers atomic locking, idempotency checks, non-fast-forward handling, and worktree cleanup. Do NOT use for ordinary git operations outside an agent merge queue (use `version-control`).

jacob-balslev Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/merge-queue commit 65282db1e1

Frequently asked questions

npx skillmds@latest add jacob-balslev/merge-queue