resolving-merge-conflicts

Guide users through identifying and resolving git merge and rebase conflicts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stephangrobler/myBpmFlow --skill resolving-merge-conflicts-stephangrobler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolving-merge-conflicts
Source: https://github.com/stephangrobler/myBpmFlow/tree/main/agent/skills/resolving-merge-conflicts
Command: npx skills add https://github.com/stephangrobler/myBpmFlow --skill resolving-merge-conflicts-stephangrobler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides step-by-step guidance for resolving merge and rebase conflicts in git.

Core Features & Use Cases

  • Conflicts Resolution: Offers instructions for identifying and resolving merge/rebase conflicts.
  • Preservation of Intents: Suggests methods to preserve original code intents where possible.
  • Automated Checks: Encourages the use of project's automated checks to verify resolved conflicts.
  • Completion and Rebase: Assists in finalizing the merge/rebase process and continuing any ongoing rebase operations.
  • Use Case: Perfect for developers who want to streamline the process of resolving merge conflicts during feature integration in a collaborative git environment.

Quick Start

Utilize the 'resolving-merge-conflicts' skill to get step-by-step guidance on resolving git merge conflicts.

Frequently Asked Questions about resolving-merge-conflicts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve git merge conflicts step by step?

To resolve git merge conflicts, identify conflicting files, edit the code to preserve the original intents of both branches, run your project's automated checks to verify the changes, and finalize the merge process. This skill provides structured step-by-step guidance for completing this workflow.

What is the best way to handle git rebase conflicts without losing code intents?

Handling git rebase conflicts requires identifying the conflicting code sections, manually editing them to preserve original intents, and continuing the ongoing rebase operations. This skill assists in finalizing the rebase process while suggesting methods to maintain original code logic.

Can I use this skill to resolve merge conflicts in a collaborative git environment?

Yes, you can use this skill to resolve merge conflicts in a collaborative git environment. It is designed for developers who need to streamline conflict resolution during feature integration, providing clear instructions for code review and collaborative development.

How does conflict resolution work during feature integration in version control?

Conflict resolution during feature integration works by identifying overlapping code changes between branches, manually merging the differences to preserve both intents, and running automated checks. This skill guides you through identifying and resolving these version control conflicts.

Do I need automated checks to verify resolved git conflicts?

Yes, you need automated checks to verify resolved git conflicts. This skill encourages using your project's existing automated checks to validate that the merged code functions correctly before finalizing the merge or continuing any ongoing rebase operations.