conflict-resolution
✓Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity
Installation
SKILL.md
Core principle: Conflicts require careful resolution, not just picking one side.
Announce at start: "I'm using conflict-resolution to handle these merge conflicts."
| Rebasing on updated main | git rebase origin/main | | Merging main into branch | git merge origin/main | | Cherry-picking commits | git cherry-pick [sha] | | Pulling with local changes | git pull |
Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity Source: troykelly/claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/troykelly/claude-skills --skill conflict-resolution- Source
- troykelly/claude-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is conflict-resolution?
Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity Source: troykelly/claude-skills.
How do I install conflict-resolution?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/claude-skills --skill conflict-resolution Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/troykelly/claude-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01