dev-story

仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

把单个故事直接推进到代码与测试,显著减少上下文切换和交付时间。

▸ 风险提示

会自动修改代码与测试文件,存在高权限写入风险,需人工审查提交。

这个 Skill 做什么

读取故事及相关上下文,驱动实现代码与测试直至满足验收准则。

把用户故事和相关文档读透,组装完整上下文并分配给合适的程序员 agent,负责实现代码、写测试并逐条通过验收准则。适合把规划变成交付功能时使用,会自动或半自动驱动实现流程直到验证通过。特点是把设计到实现的桥接做好并自带测试产出。

▸ 展开 SKILL.md 英文原文

Read a story file and implement it. Loads the full context (story, GDD requirement, ADR guidelines, control manifest), routes to the right programmer agent for the system and engine, implements the code and test, and confirms each acceptance criterion. The core implementation skill — run after /story-readiness, before /code-review and /story-done.

开发编程实现驱动自动编码测试生成通用
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/dev-story/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/dev-story/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Dev Story

This skill bridges planning and code. It reads a story file in full, assembles
all the context a programmer needs, routes to the correct specialist agent, and
drives implementation to completion — including writing the test.

**The loop for every story:**
```
/qa-plan sprint           ← define test requirements before sprint begins
/story-readiness [path]   ← validate before starting
/dev-story [path]         ← implement it  (this skill)
/code-review [files]      ← review it
/story-done [path]        ← verify and close it
```

**After all sprint stories are done:** run `/team-qa sprint` to execute the full QA cycle and get a sign-off verdict before advancing the project stage.

via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有