·tdd

通用的测试驱动开发方法和测试设计工艺。 编写以行为为中心的测试、模拟策略的背景知识, 垂直切片和曳光弹执行。编写测试时自动加载 在实施、审查反馈或独立测试创作期间。 触发因素:编写测试、测试设计、模拟策略、测试质量、 行为测试、集成测试、测试优先、红绿重构。

29安装·1热度·@inkeep

安装

$npx skills add https://github.com/inkeep/team-skills --skill tdd

如何安装 tdd

通过命令行快速安装 tdd AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/inkeep/team-skills --skill tdd
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:inkeep/team-skills。

SKILL.md

查看原文

Universal principles for writing good tests. These apply regardless of framework, language, or repo — discover and follow your repo's specific testing tools, commands, and conventions from its project configuration, contributor guides, existing test files, CI/CD config, and any repo-level AI skills or rules.

Tests verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't break unless behavior changed.

Good tests exercise real code paths through public APIs. They describe what the system does, not how. A good test reads like a specification — "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about internal structure.

通用的测试驱动开发方法和测试设计工艺。 编写以行为为中心的测试、模拟策略的背景知识, 垂直切片和曳光弹执行。编写测试时自动加载 在实施、审查反馈或独立测试创作期间。 触发因素:编写测试、测试设计、模拟策略、测试质量、 行为测试、集成测试、测试优先、红绿重构。 来源:inkeep/team-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/inkeep/team-skills --skill tdd
分类
</>开发工具
认证
收录时间
2026-02-23
更新时间
2026-03-11

Browse more skills from inkeep/team-skills

快速解答

什么是 tdd?

通用的测试驱动开发方法和测试设计工艺。 编写以行为为中心的测试、模拟策略的背景知识, 垂直切片和曳光弹执行。编写测试时自动加载 在实施、审查反馈或独立测试创作期间。 触发因素:编写测试、测试设计、模拟策略、测试质量、 行为测试、集成测试、测试优先、红绿重构。 来源:inkeep/team-skills。

如何安装 tdd?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/inkeep/team-skills --skill tdd 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/inkeep/team-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-23