testing

test-driven-development

13.4k starsUpdated 2025-12-28
Compatible with:claudecodex

Description

Use when implementing complex logic that needs test coverage - write the test first, watch it fail.

How to Use

  1. Visit the GitHub repository to get the SKILL.md file
  2. Copy the file to your project root or .cursor/rules directory
  3. Restart your AI assistant or editor to apply the new skill

Full Skill Documentation

name

test-driven-development

description

Use when implementing complex logic that needs test coverage - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first; NOT for UI components, simple CRUD, or straightforward code

Tags

#test#driven#development