diff --git a/skills/global/deploy-check/SKILL.md b/skills/global/deploy-check/SKILL.md new file mode 100644 index 0000000..8f8b68a --- /dev/null +++ b/skills/global/deploy-check/SKILL.md @@ -0,0 +1,14 @@ +--- +name: deploy-check +description: 部署前检查清单:确保代码已提交、测试通过、配置正确 +trigger_keywords: [部署, 发布, deploy, release, 上线] +scope: global +version: 1.0.0 +--- + +# 部署检查清单 + +1. check_progress — 确认所有任务完成 +2. list_deliverables — 检查交付件 +3. diagnose_project — 确认无失败任务 +4. 手动确认后执行 start_agents 的 deploy 角色 diff --git a/skills/global/git-workflow/SKILL.md b/skills/global/git-workflow/SKILL.md new file mode 100644 index 0000000..84cb457 --- /dev/null +++ b/skills/global/git-workflow/SKILL.md @@ -0,0 +1,14 @@ +--- +name: git-workflow +description: Git 提交流程:add→commit→push,commit message 格式规范 +trigger_keywords: [git, 提交, commit, push, 代码提交] +scope: global +version: 1.0.0 +--- + +# Git 工作流 + +1. add_repo 关联仓库 +2. create_task 创建开发任务 +3. start_agents 启动角色 agent(自动 git commit+push) +4. list_deliverables 查看产出 diff --git a/skills/global/sdlc-workflow/SKILL.md b/skills/global/sdlc-workflow/SKILL.md new file mode 100644 index 0000000..7c1368a --- /dev/null +++ b/skills/global/sdlc-workflow/SKILL.md @@ -0,0 +1,14 @@ +--- +name: sdlc-workflow +description: SDLC 标准推进流程:诊断→回答问题→启动agent→检查交付件 +trigger_keywords: [项目进展, 任务状态, 推进, 诊断, 卡住了] +scope: global +version: 1.0.0 +--- + +# SDLC 标准推进流程 + +1. **diagnose_project** — 获取整体状态 +2. 有 pending 问题 → **list_questions** → **answer_question** +3. 有 submitted 任务 → **start_agents** 启动角色 agent +4. 查看交付件 → **list_deliverables**