dsh-debug-recovery
其他 活跃维护

dsh-debug-recovery

satan9394/dsh-debug-recovery

受 agent-skills 启发开发的调试恢复技能,支持证据优先的错误归因与分级分类,内置多类恢复策略与防回归机制,可快速定位调试问题并完成自动恢复,降低故障排查成本。

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

dsh-debug-recovery

调试与错误恢复:建立证据 → 错误分类 → 系统化定位根因 → 恢复策略
(回滚/降级/修复)→ 防回归。

受 addyosmani/agent-skills
(88k★ MIT)的 debugging-and-error-recovery 技能启发,改编为 DSH
中文原创精简版(与 dsh-superpowers-essentials 的系统化调试互补)。

安装

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

使用

对 agent 说"排查这个 bug / 为什么不对",
debug-recovery 技能输出调试报告(现象/复现/根因/修复/防回归)。

结构

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

License

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