TDD — E阶段每个Task
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill tdd --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tdd?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-tdd-382fdbc7)More formats (shields.io, HTML) on the badges page.
---
name: tdd
description: TDD — E阶段每个Task
context: main
---
## RED→GREEN→REFACTOR
1. 写失败测试 → 运行确认失败
2. 最小实现 → 运行确认通过
3. 清理 → 确认仍通过
测试命令: package.json→Cargo.toml→go.mod→pytest | 找不到→问用户
规则: 1:1对应, 每Task commit, 不测框架本身
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则