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/skills/tree/main/skills/software-engineering-method/merge-queue commit d149961ac2

Frequently asked questions

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