pn-merge-conflict-fix

pn-merge-conflict-fix is a skill for Cursor from perniemann/pnCore. It costs 33 tokens per session (291 once invoked), scanned A, original, MIT.

A workflow for resolving conflicting changes between Git branches, where the same parts of a file were changed in different ways.

In plain words
What is it for?
Use it after a merge or rebase, when a pull request is blocked by conflicts, or when conflict markers make CI fail.
Why use it?
It helps remove conflict markers while preserving compatible changes and checking that the project still builds and passes tests.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin.

Part of the pn-core plugin — 133 skills, 19 commands, 9 agents, 1 MCP server shipped together

Good fit Use it after a merge or rebase, when a pull request is blocked by conflicts, or when conflict markers make CI fail.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/perniemann/pncore/pn-merge-conflict-fix
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add perniemann/pnCore --skill pn-merge-conflict-fix
Clone the repo
git clone --depth 1 https://github.com/perniemann/pnCore

Made for: Cursor.

Or install pn-core, the plugin that ships this one along with the rest of its 133 skills, 19 commands, 9 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pn-merge-conflict-fix

README.md
[![agentmods](https://agentmods.dev/badge/skills/perniemann/pncore/pn-merge-conflict-fix/github.svg)](https://agentmods.dev/skills/perniemann/pncore/pn-merge-conflict-fix)
Your own site
<a href="https://agentmods.dev/skills/perniemann/pncore/pn-merge-conflict-fix"><img src="https://agentmods.dev/badge/skills/perniemann/pncore/pn-merge-conflict-fix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pn-merge-conflict-fix

Your own site · 80×15
<a href="https://agentmods.dev/skills/perniemann/pncore/pn-merge-conflict-fix"><img src="https://agentmods.dev/badge/skills/perniemann/pncore/pn-merge-conflict-fix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 291 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00291
Opus 5 $0.00016 $0.00146
Sonnet 5 $0.00007 $0.00058
Haiku 4.5 $0.00003 $0.00029

Measured 8d ago against content hash 47b959042ef0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

pn-merge-conflict-fix scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/pn-core-mcp/content/skills/ci/pn-merge-conflict-fix/SKILL.md · 40 lines

What it actually says

Fix merge conflicts

When to use

  • Branch has unresolved merge conflicts blocking a PR or build.
  • CI fails with conflict markers (<<<<<<<, =======, >>>>>>>) in tracked files.
  • After a rebase or merge from main/trunk that introduced conflicts.
  • Post-parallel-specialist workflow merge step (full_dev merge phase).

Workflow

  1. Detect all conflicting files from git status and conflict markers.
  2. Resolve each conflict with minimal, correctness-first edits.
  3. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable.
  4. Regenerate lockfiles with package manager tools instead of hand-editing.
  5. Run compile, lint, and relevant tests.
  6. Stage resolved files and summarize key decisions.

Guardrails

  • Keep changes minimal and readable.
  • Do not leave conflict markers in any file.
  • Avoid broad refactors while resolving conflicts.
  • Do not push or tag during conflict resolution.

Output

  • Files resolved
  • Notable resolution choices
  • Build/test outcome

Guardrails

  • pn-ci-fix — Use when CI is failing due to code or config; use this skill when merge conflicts are blocking the branch.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 40 lines · 33 tokens per session scan A 47b959042ef0

Subscribe to this mod's changes

pn-merge-conflict-fix is a skill published in the GitHub repository perniemann/pnCore (0 stars, last pushed 5d ago), licensed MIT. It adds 33 tokens to every session and 291 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.