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-3239e003)More formats (shields.io, HTML) on the badges page.
---
name: tdd
description: TDD 操作手册 — E 阶段每个 Task
---
## 管道位置: E → 每个 Task 循环 RED→GREEN→REFACTOR
## 循环
1. **RED**: 写失败测试 → 运行确认失败
2. **GREEN**: 写最小实现 → 运行确认通过
3. **REFACTOR**: 清理 → 确认仍通过
## 测试命令检测
package.json scripts.test → Cargo.toml → go.mod → pytest
找不到 → 问用户
## 规则
- 测试文件和源码 1:1 对应
- 每个 Task 完成时 commit (conventional commits)
- 不测框架本身的功能
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)原则