What problem does it solve?
This skill enables AI-assisted management of Git merge operations, streamlining conflict resolution across branches and worktrees to reduce manual effort and errors.
Core Features & Use Cases
- Start merges: Initiate a merge across a worktree and source branch with automatic AI-guided conflict resolution.
- Monitor progress: Check resolution status, conflicts, and progress through a unified interface.
- Resolve & apply: Resolve conflicts (AI-assisted or manual) and apply the final merge, with support for aborting if needed.
- Use Case: A feature branch must be integrated into main across multiple worktrees; the skill orchestrates the merge, resolves conflicts, and completes the merge with a single command flow.
Quick Start
Use the /gobby merge start <worktree-id> <source-branch> to begin.
Retrieve status with /gobby merge status <resolution-id>.
Resolve conflicts via /gobby merge resolve <conflict-id> or allow AI with default settings.
Apply the merge with /gobby merge apply <resolution-id>.
Abort an in-progress merge with /gobby merge abort <resolution-id>.