What problem does it solve?
This Skill provides a systematic process for understanding, analyzing, and resolving merge conflicts in Git, ensuring code integrity and preventing data loss.
Core Features & Use Cases
- Conflict Identification: Guides users on how to identify files with merge conflicts using
git status.
- Conflict Analysis: Provides a framework for understanding the intent behind conflicting changes and determining the best resolution strategy.
- Resolution Strategies: Details methods for keeping 'theirs', keeping 'ours', or manually merging changes, including how to remove conflict markers.
- Verification: Emphasizes running tests and performing visual reviews to ensure the resolution is correct.
- Use Case: When
git rebase or git merge results in conflicts, this skill helps you navigate the process to a clean and functional outcome.
Quick Start
Use the conflict-resolution skill to handle the merge conflicts detected in your current Git operation.