Resolve Merge Conflicts
SkillDev toolsResolve an in-progress Git merge or rebase conflict while preserving the relevant intent of both sides. Use when conflict markers or an interrupted merge/rebase need investigation and resolution.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Resolve Merge Conflicts skill
What this skill tells your AI
The instructions your AI receives, as published by stevesolun/ctx in .agents/skills/resolving-merge-conflicts/SKILL.md and read by ahel’s review.
- Inspect the current Git state, the operation in progress, its goal, and every conflicting file.
- Reconstruct each side's intent from the code, nearby tests, history, commit messages, and linked work items that are available and useful.
- Resolve each hunk by preserving compatible intent. Where intents conflict, prefer the merge's stated goal and current repository contracts; avoid inventing unrelated behavior.
- Run focused checks for the affected surface, then broader checks when risk or repository guidance warrants them.
- Unless the user requested advice or review only, stage resolved files and continue the current merge or rebase when it is safe to do so. Report what was resolved, what was verified, and any remaining uncertainty.
Pause rather than guess when neither intent can be preserved safely. Aborting or restarting can be the correct recovery when the base is wrong, the operation is contaminated, or the user prefers a clean retry; explain the trade-off before taking that destructive step.
Signals
- GitHub stars
- 585
- Forks
- 71
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
resolving-merge-conflicts-stevesolun- Source
- github.com/stevesolun/ctx