git-merge
Installation
SKILL.md
[IMPORTANT] Use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.
Quick Summary
Goal: Merge code from one branch to another with safety checks and conflict resolution.
Workflow:
- Validate -- Check source/target branches, verify clean working tree
- Merge -- Execute git merge with appropriate strategy
- Resolve -- Handle conflicts if any, verify merge result
Key Rules:
- WARNING: destructive operation -- always confirm with user first
- Verify clean working tree before merge
- Use
/git-conflict-resolveif conflicts arise
Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).