·fix-conflict
</>

fix-conflict

Automatically resolve merge conflicts in the current PR. Fetches the base branch, attempts a merge, identifies conflicting files, analyzes both sides, resolves conflicts, verifies locally, and pushes. Use when PR has merge conflicts detected by poll-pr-status.sh.

18Installs·1Trend·@s-hiraoku

Installation

$npx skills add https://github.com/s-hiraoku/synapse-a2a --skill fix-conflict

How to Install fix-conflict

Quickly install fix-conflict AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill fix-conflict
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: s-hiraoku/synapse-a2a.

SKILL.md

View raw

This skill automatically resolves merge conflicts for the current PR by fetching the base branch, performing a test merge, analyzing conflicting files, and applying resolutions.

If no PR exists, report "No PR found for the current branch. Nothing to resolve." and stop.

If the merge fails with conflicts, proceed to the next step.

Automatically resolve merge conflicts in the current PR. Fetches the base branch, attempts a merge, identifies conflicting files, analyzes both sides, resolves conflicts, verifies locally, and pushes. Use when PR has merge conflicts detected by poll-pr-status.sh. Source: s-hiraoku/synapse-a2a.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill fix-conflict
Category
</>Dev Tools
Verified
First Seen
2026-03-04
Updated
2026-03-10

Browse more skills from s-hiraoku/synapse-a2a

Quick answers

What is fix-conflict?

Automatically resolve merge conflicts in the current PR. Fetches the base branch, attempts a merge, identifies conflicting files, analyzes both sides, resolves conflicts, verifies locally, and pushes. Use when PR has merge conflicts detected by poll-pr-status.sh. Source: s-hiraoku/synapse-a2a.

How do I install fix-conflict?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill fix-conflict Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/s-hiraoku/synapse-a2a