什么是 conflict-resolution?
遇到合并冲突时使用 - 干净地处理冲突、验证解决方案并维护代码完整性 来源:troykelly/codex-skills。
遇到合并冲突时使用 - 干净地处理冲突、验证解决方案并维护代码完整性
通过命令行快速安装 conflict-resolution AI 技能到你的开发环境
来源:troykelly/codex-skills。
Core principle: Conflicts require careful resolution, not just picking one side.
Announce at start: "I'm using conflict-resolution to handle these merge conflicts."
| Rebasing on updated main | git rebase origin/main | | Merging main into branch | git merge origin/main | | Cherry-picking commits | git cherry-pick [sha] | | Pulling with local changes | git pull |
遇到合并冲突时使用 - 干净地处理冲突、验证解决方案并维护代码完整性 来源:troykelly/codex-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/troykelly/codex-skills --skill conflict-resolution遇到合并冲突时使用 - 干净地处理冲突、验证解决方案并维护代码完整性 来源:troykelly/codex-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/troykelly/codex-skills --skill conflict-resolution 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/troykelly/codex-skills