resolve-git-conflicts
Installation
SKILL.md
Resolve Git Conflicts
Identify, resolve, and recover from merge and rebase conflicts.
When to Use
- A
git mergeorgit rebasereports conflicts - A
git cherry-pickcannot apply cleanly - A
git pullresults in conflicting changes - A
git stash popconflicts with current working tree
Inputs
- Required: Repository with active conflicts
- Optional: Preferred resolution strategy (ours, theirs, manual)
- Optional: Context about which changes should take priority
Procedure
Related skills