test-driven-development
How to Install
Claude Code:
git clone --depth 1 https://github.com/addyosmani/agent-skills.git && cp agent-skills/skills/test-driven-development ~/.claude/skills/test-driven-developmentCursor:
Copy the SKILL.md content into your .cursorrules file# Test-Driven Development
## Overview
Write a failing test before writing the code that makes it pass. For bug fixes, reproduce the bug with a test before attempting a fix. Tests are proof — "seems right" is not done. A codebase with good tests is an AI agent's superpower; a codebase without tests
Details
| Category | Coding → generation |
| Source | https://github.com/addyosmani/agent-skills |
| Stars | ★ 61.1K |
| Risk Level | N/A |
Related Skills
test-driven-development
Write a failing test before writing the code that makes it pass. For bug fixes, reproduce the bug wi
test-driven-development
# Test-Driven Development (TDD)
## Overview
Write the test first. Watch it fail. Write minimal cod
incremental-implementation
# Incremental Implementation
## Overview
Build in thin vertical slices — implement one piece, test
n8n-code-tool
# n8n Custom Code Tool
Expert guidance for writing code inside `@n8n/n8n-nodes-langchain.toolCode`