resolve

Automates Git conflict detection, resolution, and continuation for rebase, merge, and restack operations.

3|3|Updated Mar 27, 2017
One-click install
npx skills add https://github.com/kkredit/linux-config --skill resolve-kkredit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve
Source: https://github.com/kkredit/linux-config/tree/main/skills/resolve
Command: npx skills add https://github.com/kkredit/linux-config --skill resolve-kkredit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the resolution of git conflicts, saving developers time and reducing frustration by automating the detection, conflict resolution, and continuation of git operations.

Core Features & Use Cases

  • Conflict Detection: Automatically identifies the type of git operation in progress (rebase, merge, or restack).
  • Conflict Resolution: Assists in resolving conflicts by providing context and options for resolution.
  • Operation Continuation: Continues the detected git operation until completion.
  • Use Case: When a developer encounters merge conflicts during a rebase or merge, they can use this Skill to automate the resolution process and continue the operation.

Quick Start

Use the /resolve command to automatically resolve and continue the current git operation.

Frequently Asked Questions about resolve

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

FAQPage Schema
How do I resolve git merge conflicts automatically during a rebase?

You can use the /resolve command to automatically detect git conflicts in progress, assist with resolution options, and continue the rebase operation until completion without manual intervention.

What is the best way to continue a git restack after hitting a conflict?

The best way to continue a git restack after a conflict is to run /resolve, which detects the restack operation in progress, helps resolve the conflicts, and automatically continues the process to completion.

Does automated git conflict resolution work for both merge and rebase operations?

Yes, automated git conflict resolution works for both merge and rebase operations by detecting the specific git operation in progress, providing contextual resolution options, and continuing the operation until it finishes.

When do I need to use an automated tool for git conflict resolution?

You need automated git conflict resolution when you encounter merge conflicts during complex operations like rebases or merges and want to save time by automating the detection, resolution, and continuation of the git process.

What do I need to set up before using automated git conflict resolution?

You need git installed and an active git context with an operation in progress, such as an ongoing rebase or merge with conflicts, for the automated resolution process to detect and continue.