什么是 tdd?
测试驱动的开发工作流程——首先编写失败的测试,实现最少的代码,运行全套,提交。在实现功能、修复错误或添加测试覆盖范围时使用。包括带有 mockReset:true 的项目的模拟引导阶段。 来源:acedergren/agentic-tools。
测试驱动的开发工作流程——首先编写失败的测试,实现最少的代码,运行全套,提交。在实现功能、修复错误或添加测试覆盖范围时使用。包括带有 mockReset:true 的项目的模拟引导阶段。
通过命令行快速安装 tdd AI 技能到你的开发环境
来源:acedergren/agentic-tools。
Enforce a strict test-driven development cycle: Red → Green → Refactor → Commit.
If the requirement is ambiguous, ask the user for clarification before writing any code.
If no test file exists, create one with proper imports and describe() block.
测试驱动的开发工作流程——首先编写失败的测试,实现最少的代码,运行全套,提交。在实现功能、修复错误或添加测试覆盖范围时使用。包括带有 mockReset:true 的项目的模拟引导阶段。 来源:acedergren/agentic-tools。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/acedergren/agentic-tools --skill tdd测试驱动的开发工作流程——首先编写失败的测试,实现最少的代码,运行全套,提交。在实现功能、修复错误或添加测试覆盖范围时使用。包括带有 mockReset:true 的项目的模拟引导阶段。 来源:acedergren/agentic-tools。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/acedergren/agentic-tools --skill tdd 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/acedergren/agentic-tools