dsh-merge-conflicts
开发工具 活跃维护

dsh-merge-conflicts

satan9394/dsh-merge-conflicts

内置五步标准流程自动处理Git合并、变基冲突,受mattpocock/skills启发,可自动识别冲突块并输出合理合并方案,无需手动逐行修改,开箱即用兼容主流Git工作流

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-merge-conflicts
git clone https://github.com/satan9394/dsh-merge-conflicts.git
git clone git@github.com:satan9394/dsh-merge-conflicts.git
README.md main

dsh-merge-conflicts

解决 git 合并/变基冲突:看清现状 → 找到各方意图 → 逐块解决 →
跑自动化检查 → 完成合并。

mattpocock/skills
(223k★ MIT)启发,改编为 DSH 中文原创精简版。

安装

dsh plugin --profile web add dsh-merge-conflicts
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-merge-conflicts
# 重启 dsh web 生效

使用

对 agent 说"帮我解决这个合并冲突 / rebase 冲突了",提供 git 状态,
merge-conflicts 技能按五步流程稳定解决。

结构

dsh-merge-conflicts/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/merge-conflicts/SKILL.md

License

MIT。原创精简改编,灵感来自 mattpocock/skills(MIT)。