tdd-mastery
✓测试驱动开发铁律。先写测试。看着它失败。编写最少的代码即可通过。没有例外。
SKILL.md
Philosophy: If you didn't watch the test fail, you don't know if it tests the right thing. TDD is not optional—it's the foundation of trustworthy code.
TEST-FIRST INTEGRITY MANDATE (CRITICAL): Never write production code before a test exists and has been seen failing. AI-generated code often attempts to write implementation and tests simultaneously or implementation first. You MUST strictly adhere to the Red-Green-Refactor cycle. Any code submitted without a preceding failing test or that generates tests after the implementation must be rejected as "Legacy Code o...
Don't add features, refactor other code, or "improve" beyond the test.
测试驱动开发铁律。先写测试。看着它失败。编写最少的代码即可通过。没有例外。 来源:xenitv1/claude-code-maestro。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/xenitv1/claude-code-maestro --skill tdd-mastery- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 tdd-mastery?
测试驱动开发铁律。先写测试。看着它失败。编写最少的代码即可通过。没有例外。 来源:xenitv1/claude-code-maestro。
如何安装 tdd-mastery?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/xenitv1/claude-code-maestro --skill tdd-mastery 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/xenitv1/claude-code-maestro
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01