From bfe381562645c04b93551c78fb2c7d41f6e7ae1f Mon Sep 17 00:00:00 2001 From: John Qiu Date: Mon, 6 Apr 2026 17:47:01 +0930 Subject: [PATCH] =?UTF-8?q?fix(skill):=20=E4=BF=AE=E5=A4=8D=E8=B4=A8?= =?UTF-8?q?=E9=87=8F=E6=A3=80=E6=9F=A5=E5=8F=91=E7=8E=B0=E7=9A=84=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - req-workflow: req-dev → req-design (2处) - req-design: changelog 标注"原名 req-dev" - marketplace.json 重新生成 (44→46 plugins) Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 88 ++++++++++++++++--- skills-req/req-design-plugin/skills/SKILL.md | 2 +- .../req-workflow-plugin/skills/SKILL.md | 4 +- 3 files changed, 78 insertions(+), 16 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 66065f6..81721eb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -124,6 +124,19 @@ ], "strict": false }, + { + "name": "dev-deploy-plugin", + "source": "./skills-dev/dev-deploy-plugin", + "description": "Plugin for dev-deploy", + "version": "1.0.0", + "category": "development", + "keywords": [ + "development", + "coding", + "workflow" + ], + "strict": false + }, { "name": "dev-integration-plugin", "source": "./skills-dev/dev-integration-plugin", @@ -202,19 +215,6 @@ ], "strict": false }, - { - "name": "dev-deploy-plugin", - "source": "./skills-dev/dev-deploy-plugin", - "description": "Plugin for dev-deploy", - "version": "1.0.0", - "category": "development", - "keywords": [ - "development", - "coding", - "workflow" - ], - "strict": false - }, { "name": "dev-test-plugin", "source": "./skills-dev/dev-test-plugin", @@ -535,6 +535,68 @@ "tools" ], "strict": false + }, + { + "name": "gitea-plugin", + "source": "./skills-personal/gitea-plugin", + "description": "Gitea 代码托管与 CI/CD 管理。用于 Gitea Actions workflow 管理、Runner 管理、PR 操作、仓库配置。", + "version": "1.0.0", + "category": "utility", + "keywords": [ + "utility", + "tools" + ], + "strict": false + }, + { + "name": "openclaw-plugin", + "source": "./skills-personal/openclaw-plugin", + "description": "OpenClaw (龙虾) 远程 AI 计算调度系统 - 概念设计与运维管理", + "version": "1.0.0", + "category": "utility", + "keywords": [ + "utility", + "tools" + ], + "strict": false + }, + { + "name": "ops-tools-plugin", + "source": "./skills-personal/ops-tools-plugin", + "description": "Plugin for ops-tools", + "version": "1.0.0", + "category": "devops", + "keywords": [ + "devops", + "deployment", + "operations" + ], + "strict": false + }, + { + "name": "qiudl-personal-plugin", + "source": "./skills-personal/qiudl-personal-plugin", + "description": "Plugin for qiudl-personal", + "version": "1.0.0", + "category": "utility", + "keywords": [ + "utility", + "tools" + ], + "strict": false + }, + { + "name": "req-deploy-plugin", + "source": "./skills-personal/req-deploy-plugin", + "description": "Plugin for req-deploy", + "version": "1.0.0", + "category": "devops", + "keywords": [ + "devops", + "deployment", + "operations" + ], + "strict": false } ] } \ No newline at end of file diff --git a/skills-req/req-design-plugin/skills/SKILL.md b/skills-req/req-design-plugin/skills/SKILL.md index d75a7cf..05dc88f 100644 --- a/skills-req/req-design-plugin/skills/SKILL.md +++ b/skills-req/req-design-plugin/skills/SKILL.md @@ -451,5 +451,5 @@ PRD 说「做什么」(用户故事、业务规则、验收标准),设计 | 版本 | 日期 | 变更内容 | |------|------|----------| -| V1.0 | 2026-01-26 | 初始版本(req-dev) | +| V1.0 | 2026-01-26 | 初始版本(原名 req-dev) | | V2.0 | 2026-04-06 | 重构为 req-design:移除架构指南和编码规范,聚焦 API 契约 + 任务拆分 | diff --git a/skills-req/req-workflow-plugin/skills/SKILL.md b/skills-req/req-workflow-plugin/skills/SKILL.md index 7025d60..d223d7b 100644 --- a/skills-req/req-workflow-plugin/skills/SKILL.md +++ b/skills-req/req-workflow-plugin/skills/SKILL.md @@ -17,7 +17,7 @@ description: 需求完整工作流。用于从创建到归档的完整流程、H 4. /req review pass → 评审通过 (approved, delivery_stage=analysis) 5. /req next → 推进到 design/dev 阶段 6. /req dev → 启动开发(创建【开发】任务, delivery_stage=dev) -7. req-dev 技能 → 编写开发文档 +7. req-design 技能 → 编写开发设计文档 7.5 /req ci → CI 质量门禁检查与自动修复(PR 提交后执行) 8. /req next → 推进到 review(需 quality_gate 门禁证据) 9. /req cr → 代码评审(创建【代码评审】任务, delivery_stage=review) @@ -37,7 +37,7 @@ description: 需求完整工作流。用于从创建到归档的完整流程、H | 阶段 | 文档名 | 技能 | |------|--------|------| | PRD | 01-PRD.md | `req-prd` | -| 开发 | 02-开发设计.md | `req-dev` | +| 开发 | 02-开发设计.md | `req-design` | | 测试 | 03-测试报告.md | 自动生成 | | 发布 | 04-发布记录.md | 自动生成(含 PDV 验收章节) | | 归档 | 05-生命周期总结.md | 自动生成 |