fix-conflict이란?
현재 PR의 병합 충돌을 자동으로 해결합니다. 기본 분기를 가져오고, 병합을 시도하고, 충돌하는 파일을 식별하고, 양쪽을 분석하고, 충돌을 해결하고, 로컬로 확인하고, 푸시합니다. PR에 poll-pr-status.sh에서 감지된 병합 충돌이 있는 경우에 사용합니다. 출처: s-hiraoku/synapse-a2a.
현재 PR의 병합 충돌을 자동으로 해결합니다. 기본 분기를 가져오고, 병합을 시도하고, 충돌하는 파일을 식별하고, 양쪽을 분석하고, 충돌을 해결하고, 로컬로 확인하고, 푸시합니다. PR에 poll-pr-status.sh에서 감지된 병합 충돌이 있는 경우에 사용합니다.
명령줄에서 fix-conflict AI 스킬을 개발 환경에 빠르게 설치
출처: s-hiraoku/synapse-a2a.
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.
현재 PR의 병합 충돌을 자동으로 해결합니다. 기본 분기를 가져오고, 병합을 시도하고, 충돌하는 파일을 식별하고, 양쪽을 분석하고, 충돌을 해결하고, 로컬로 확인하고, 푸시합니다. PR에 poll-pr-status.sh에서 감지된 병합 충돌이 있는 경우에 사용합니다. 출처: s-hiraoku/synapse-a2a.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill fix-conflict현재 PR의 병합 충돌을 자동으로 해결합니다. 기본 분기를 가져오고, 병합을 시도하고, 충돌하는 파일을 식별하고, 양쪽을 분석하고, 충돌을 해결하고, 로컬로 확인하고, 푸시합니다. PR에 poll-pr-status.sh에서 감지된 병합 충돌이 있는 경우에 사용합니다. 출처: s-hiraoku/synapse-a2a.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill fix-conflict 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/s-hiraoku/synapse-a2a