Mk:resolving Merge Conflicts

Resolve an in-progress git merge or rebase conflict end to end: read the conflict state, recover each side's original intent, resolve every hunk, run the project's checks, and prepare the merge/rebase for an explicitly approved finish. Use when asked to "resolve merge conflicts", "fix this rebase", "finish the merge", or when `git status` shows conflicted (unmerged) paths. NOT for the full ship pipeline that merges the base branch first (see mk:ship); NOT for debugging a runtime bug or test failure unrelated to a conflict (see mk:investigate / mk:fix).

ngocsangyem Updated

File contents

ngocsangyem/MeowKit/tree/main/.claude/skills/resolving-merge-conflicts commit b217cfd9cc

Frequently asked questions

npx skillmds@latest add ngocsangyem/mk-resolving-merge-conflicts