feat: 三级技能目录 - global skills (sdlc-workflow, git-workflow, deploy-check)
This commit is contained in:
parent
0971a7a5f7
commit
b967756cbe
14
skills/global/deploy-check/SKILL.md
Normal file
14
skills/global/deploy-check/SKILL.md
Normal file
@ -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 角色
|
||||
14
skills/global/git-workflow/SKILL.md
Normal file
14
skills/global/git-workflow/SKILL.md
Normal file
@ -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 查看产出
|
||||
14
skills/global/sdlc-workflow/SKILL.md
Normal file
14
skills/global/sdlc-workflow/SKILL.md
Normal file
@ -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**
|
||||
Loading…
x
Reference in New Issue
Block a user