什么是 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