Path 分级 TDD 策略
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-9c566a9a)More formats (shields.io, HTML) on the badges page.
---
name: tdd
description: Path 分级 TDD 策略
context: main
---
# TDD
| Path | 测试范围 | 提交频率 | 覆盖率 |
|:---|:---|:---|:---|
| A | 跳过 | 改完一次 | — |
| B | 核心逻辑 | 每功能 | 60%+ |
| C | 全覆盖 RED→GREEN | 每测试通过 | 80%+ |
| D | + 集成 + E2E | 原子 commit | 80%+ |
RED → GREEN → REFACTOR → commit → 循环。
SP `tdd` 提供方法论, VibeCoding 补充 Path 分级。
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!