TDD 循环 — RED-GREEN-REFACTOR
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-539ea0df)More formats (shields.io, HTML) on the badges page.
---
name: tdd
description: TDD 循环 — RED-GREEN-REFACTOR
context: main
---
Path B+: RED (写失败测试) → GREEN (最小实现通过) → REFACTOR (优化)
Path A: 现有测试通过即可, 不强制 TDD。
Path C+: TDD 强制, 每个子任务独立 RED-GREEN 循环。
Commit 策略: RED 不 commit, GREEN commit, REFACTOR 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!