dsh-postmortem
其他 活跃维护

dsh-postmortem

satan9394/dsh-postmortem

支持按无指责文化规范生成事故复盘文档,自动梳理事件时间线、定位根因并输出可落地的行动项,参考wshobson/agents项目设计思路,帮助团队高效完成复盘全流程

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

dsh-postmortem

事故复盘写作:无指责文化、根因分析(5 Whys)、时间线、行动项,驱动组织学习。

受 wshobson/agents(38k★ MIT)
的 incident-response/postmortem-writing 技能启发,改编为 DSH
中文原创精简版。

安装

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

使用

对 agent 说"写事故复盘 / 复盘这次事故",提供事件信息,
postmortem 技能输出无指责复盘文档(摘要/时间线/5 Whys 根因/行动项/教训)。

结构

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

License

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