workflow-merge-conflicts
Installation
SKILL.md
Resolving Merge Conflicts
Degree of freedom: MIXED. Which intent wins [HIGH freedom]; inspect,
never --abort unasked, and run real checks [LOW freedom — run exactly].
Adapted from mattpocock/skills (MIT).
How to reason
- Identify — operation (merge/rebase/cherry-pick) and conflicted files
- Intent — why each side changed, from commits/PRs — not the markers
- Preserve — both intents if possible; else the merge's stated goal
- Verify — typecheck + tests + lint; then finish the operation