merge-queue
SolidProcess the Refinery merge queue - collect agent work, detect and resolve conflicts, merge in dependency order, and verify integration.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
refinery-merge
DMA merge queue pattern for sequential, deterministic merge request processing. Checks out branches, rebases onto main, runs tests, merges, and pushes. Never auto-resolves conflicts.
pr-merge-base
Merge one or more PRs into the base branch with queue-like sequencing and conflict resolution. Use when merging PRs that may conflict with each other or the base, requiring ordered application and intelligent conflict handling.
merge-resolver
Resolve merge conflicts by analyzing git history and commit intent. Handles PR conflicts, branch conflicts, and session file conflicts with automated resolution for known patterns. Use when you say "resolve merge conflicts", "fix conflicts on this branch", "PR has conflicts with main", "can't merge due to conflicts", or "resolve PR conflicts". Do NOT use for rebasing, cherry-picking, or complex history rewrites (use git-advanced-workflows).
sr-merge-resolver
Merge-conflict resolver for the specrails implement pipeline. Called when the orchestrator's worktree merge produces conflict markers, or when the user invokes $merge-resolve directly. Reads the conflict, analyses the intent of each side, applies a resolution where confidence is high, or leaves clean marker text where it isn't. Invoked via $sr-merge-resolver.
resolver
Git merge conflicts - resolve without losing intent.