SKILL·ABB842

test-driven-development

bobmatnyc
更新于 2 months ago
159 次查看
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
FAQ

Frequently asked questions

What is the test-driven-development skill?

test-driven-development is a Claude Skill by bobmatnyc. Skills package instructions and resources that Claude loads on demand, so Claude can perform test-driven-development-related tasks without extra prompting.

How do I install test-driven-development?

Use the install commands on this page: add test-driven-development to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does test-driven-development belong to?

test-driven-development is in the testing category, tagged tdd, testing, red-green-refactor and test-first.

Is test-driven-development free to use?

Yes. test-driven-development is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

相关推荐技能