Agent Skills: Resolving Merge Conflicts

Resolve an in-progress merge or rebase conflict from proven product intent. Use only when Git reports an actual conflict.

UncategorizedID: Dimon94/cc-devflow/resolving-merge-conflicts

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Dimon94/cc-devflow/tree/HEAD/skills/resolving-merge-conflicts

Skill Files

Browse the full folder contents for resolving-merge-conflicts.

Download Skill

Loading file tree…

skills/resolving-merge-conflicts/SKILL.md

Skill Metadata

Name
resolving-merge-conflicts
Description
Resolve an in-progress merge or rebase conflict from proven product intent. Use only when Git reports an actual conflict.

Resolving Merge Conflicts

Use this dependency only when Git reports an in-progress merge or rebase conflict. Confirm the operation, list unmerged paths, and recover both sides' product intent from current scope truth before editing.

Resolve the smallest conflict whose intent is proven, stage only that path, then continue the existing Git operation and rerun focused checks. If intent is ambiguous, abort or stop safely and report the blocker; never invent behavior to make the operation finish.

Do not start a merge or rebase merely to invoke this Skill. Do not use it for a clean target refresh, ordinary diff overlap, or speculative cleanup.