dsh-cicd
Agent 与会话 活跃维护

dsh-cicd

satan9394/dsh-cicd

支持CI/CD全流程自动化编排,内置shift-left(左移)质量门禁与灵活部署策略,可自动定位调试CI失败原因,依托开源skill体系开箱即用,简化流水线运维操作。

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

dsh-cicd

CI/CD 自动化:质量门禁、shift-left、构建部署管线、发布策略、调试 CI 失败。

受 addyosmani/agent-skills
(88k★ MIT)的 ci-cd-and-automation 技能启发,改编为 DSH 中文原创精简版。

安装

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

使用

对 agent 说"配 CI / 加质量门禁 / 部署管线怎么搭",
cicd 技能输出管线配置 + 门禁清单 + 部署策略。

结构

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

License

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