返回技能列表

test-driven-development

bobmatnyc
更新于 1 month ago
152 次查看
22
3
22
在 GitHub 上查看
测试tddtestingred-green-refactortest-first

关于

This Claude Skill enforces strict test-driven development by requiring you to write failing tests first before any implementation code. It follows the RED/GREEN/REFACTOR cycle where you write a test, verify it fails, write minimal code to pass, then refactor. Use this skill for all new features, bug fixes, and behavior changes to ensure test-first development practices.

快速安装

Claude Code

推荐
主要方式
npx skills add bobmatnyc/claude-mpm -a claude-code
插件命令备选方式
/plugin add https://github.com/bobmatnyc/claude-mpm
Git 克隆备选方式
git clone https://github.com/bobmatnyc/claude-mpm.git ~/.claude/skills/test-driven-development

在 Claude Code 中复制并粘贴此命令以安装该技能

GitHub 仓库

bobmatnyc/claude-mpm
路径: src/claude_mpm/skills/bundled/testing/test-driven-development
0

相关推荐技能