testing

test-driven-development

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

描述

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

如何使用

  1. 访问 GitHub 仓库获取 SKILL.md 文件
  2. 将文件复制到您的项目根目录或 .cursor/rules 目录
  3. 重启您的 AI 助手或编辑器以应用新技能

完整技能说明

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