test-driven-development
✓具有三种输入模式的统一 TDD 技能 - 来自规范、来自任务或来自描述。使用存储库模式强制测试优先开发,并提供 proptest 指导和背压集成。
SKILL.md
One skill for all TDD workflows. Enforces test-first development using existing repository patterns. Three input modes handle different entry points — specs, task files, or ad-hoc descriptions — but the core cycle is always RED → GREEN → REFACTOR.
Use when the input references a .spec.md file with Given/When/Then acceptance criteria.
Programmatic support: ralphcore::preflight::{extractacceptancecriteria, extractcriteriafromfile, extractallcriteria} can parse criteria from spec files.
具有三种输入模式的统一 TDD 技能 - 来自规范、来自任务或来自描述。使用存储库模式强制测试优先开发,并提供 proptest 指导和背压集成。 来源:mikeyobrien/ralph-orchestrator。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill test-driven-development- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-05
- 更新时间
- 2026-02-18
快速解答
什么是 test-driven-development?
具有三种输入模式的统一 TDD 技能 - 来自规范、来自任务或来自描述。使用存储库模式强制测试优先开发,并提供 proptest 指导和背压集成。 来源:mikeyobrien/ralph-orchestrator。
如何安装 test-driven-development?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill test-driven-development 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/mikeyobrien/ralph-orchestrator
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-05