git-fix-conflicts

git-fix-conflicts is a cursor rule for Cursor from oakensoul/nextjs-cursor-prompts. It costs 0 tokens per session (2,468 once invoked), scanned A, original, MIT.

A step-by-step guide for resolving Git merge conflicts, which happen when two branches change the same part of a file differently. It covers reviewing both versions, choosing the intended result, and checking the fix.

In plain words
What is it for?
Use it when a merge or rebase produces conflicts in code, configuration, or documentation files.
Why use it?
It helps prevent accidental loss of code or changes from either branch. It also provides a repeatable process for testing and explaining the resolution to teammates.

Cursor rule for Cursor

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.

agentmods
npx agentmods add rules/oakensoul/nextjs-cursor-prompts/git-fix-conflicts
Clone the repo
git clone --depth 1 https://github.com/oakensoul/nextjs-cursor-prompts

Made for: Cursor.

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 git-fix-conflicts

README.md
[![agentmods](https://agentmods.dev/badge/rules/oakensoul/nextjs-cursor-prompts/git-fix-conflicts.svg)](https://agentmods.dev/rules/oakensoul/nextjs-cursor-prompts/git-fix-conflicts)
Your own site
<a href="https://agentmods.dev/rules/oakensoul/nextjs-cursor-prompts/git-fix-conflicts"><img src="https://agentmods.dev/badge/rules/oakensoul/nextjs-cursor-prompts/git-fix-conflicts.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 2,468 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.02468
Opus 5 $0.00000 $0.01234
Sonnet 5 $0.00000 $0.00494
Haiku 4.5 $0.00000 $0.00247

Measured 4d ago against content hash 7b3431636cef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

git-fix-conflicts 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 4d 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.

.cursor/prompts/git/git-fix-conflicts.mdc · 373 lines

How it starts

The opening of the file, as written. The whole thing — 373 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Git Conflict Resolution and Merge Fix Guide

This prompt provides systematic conflict resolution strategies with safety checks, validation, and team collaboration best practices.

🎯 CONFLICT RESOLUTION OBJECTIVES:

  1. ANALYZE conflicts thoroughly before making any changes
  2. PRESERVE intent from both branches being merged
  3. VALIDATE resolution through testing and review
  4. COMMUNICATE changes to team members effectively
  5. MAINTAIN code quality throughout the resolution process

🔍 CONFLICT ANALYSIS AND ASSESSMENT:

STEP 1: Conflict Discovery and Documentation

Initial Assessment:
# Check conflict status
git status --porcelain | grep "^UU"

# View all conflicted files
git diff --name-only --diff-filter=U

# Get detailed conflict information
git log --merge --oneline --left-right HEAD...MERGE_HEAD
Conflict Documentation:
  • Identify all conflicted files and their types (code, config, documentation)
  • Understand the merge context - what branches are being merged and why
  • Review commit history for both branches to understand intent
  • Assess conflict complexity - simple overlaps vs. major architectural differences
  • Identify stakeholders who should be consulted for complex conflicts
Branch Context Analysis:
## Conflict Analysis Report

### Merge Context:
- **Source Branch**: [branch-name]
- **Target Branch**: [branch-name]  
- **Merge Type**: [feature/hotfix/release/main]
- **Conflicted Files**: [list all files]

### Conflict Categories:
- **Simple Text Conflicts**: [files with straightforward text overlaps]
- **Logic Conflicts**: [files with conflicting business logic]
- **Structural Conflicts**: [files with architectural differences]
- **Configuration Conflicts**: [config files, package.json, etc.]

### Stakeholder Consultation Needed:
- **Product Owner**: [for business logic conflicts]
- **Tech Lead**: [for architectural decisions]
- **Original Authors**: [for complex logic conflicts]

Read the full file on GitHub · 373 lines

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. 4d ago First seen · 373 lines · 0 tokens per session scan A 7b3431636cef

Subscribe to this mod's changes

git-fix-conflicts is a cursor rule published in the GitHub repository oakensoul/nextjs-cursor-prompts (4 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,468 tokens. 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-08-31.