SkillAgentSearch skills...

resolving-merge-conflicts

Use when you need to resolve an in-progress git merge/rebase conflict.

Install / Use

npx skills add mattpocock/skills --skill resolving-merge-conflicts

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

87/100

Supported Platforms

Universal

Our assessment of resolving-merge-conflicts

resolving-merge-conflicts scores 87/100 on our quality scale, 365th of 1,751 Development & Engineering skills we index (top 21%).

Its SKILL.md is 918 bytes long, written without headings and no code examples: fairly brief, so expect to fill in details yourself.

With 268,790 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
0/20
Description
12/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated yesterday, so resolving-merge-conflicts is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

resolving-merge-conflicts compared with similar skills

All 4 of these similar skills score higher than resolving-merge-conflicts; compare them before choosing.

SkillScoreStarsUpdatedFormat
resolving-merge-conflicts (this skill)by mattpocock87268.8k1d agoSKILL.md
Agent-Reachby Panniantong10085.4k9d agoCLAUDE.md
ai-job-searchby MadsLorentzen10043.9k4d agoCLAUDE.md
claude-howtoby luongnv8910041.7k5d agoCLAUDE.md
algorithmic-artby anthropics100177.9k2d agoSKILL.md

Frequently asked questions

How do I install resolving-merge-conflicts?
Run npx skills add mattpocock/skills --skill resolving-merge-conflicts. The install tabs above show the steps for each supported agent.
Which AI agents does resolving-merge-conflicts work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is resolving-merge-conflicts safe to use?
It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is resolving-merge-conflicts still maintained?
The repository was last updated yesterday, so resolving-merge-conflicts is actively maintained.

name: resolving-merge-conflicts description: "Use when you need to resolve an in-progress git merge/rebase conflict."

  1. See the current state of the merge/rebase. Check git history, and the conflicting files.

  2. Find the primary sources for each conflict. Understand deeply why each change was made, and what the original intent was. Read the commit messages, check the PRs, check original issues/tickets.

  3. Resolve each hunk. Preserve both intents where possible. Where incompatible, pick the one matching the merge's stated goal and note the trade-off. Do not invent new behaviour. Always resolve; never --abort.

  4. Discover the project's automated checks and run them, typically typecheck, then tests, then format. Fix anything the merge broke.

  5. Finish the merge/rebase. Stage everything and commit. If rebasing, continue the rebase process until all commits are rebased.

Related Skills

View on GitHub
GitHub Stars268.8k
CategoryDevelopment
Updated1d ago
Forks22.7k

Languages

Shell

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions