Back to Skills

test-driven-development

bobmatnyc
Updated 1 month ago
149 views
22
3
22
View on GitHub
Testingtddtestingred-green-refactortest-first

About

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.

Quick Install

Claude Code

Recommended
Primary
npx skills add bobmatnyc/claude-mpm -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/bobmatnyc/claude-mpm
Git CloneAlternative
git clone https://github.com/bobmatnyc/claude-mpm.git ~/.claude/skills/test-driven-development

Copy and paste this command in Claude Code to install this skill

GitHub Repository

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

Related Skills