·tdd:test-driven-development
</>

tdd:test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

81Installs·14Trend·@neolabhq

Installation

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill tdd:test-driven-development

How to Install tdd:test-driven-development

Quickly install tdd:test-driven-development AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill tdd:test-driven-development
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: neolabhq/context-engineering-kit.

SKILL.md

View raw

Write the test first. Watch it fail. Write minimal code to pass.

Core principle: If you didn't watch the test fail, you don't know if it tests the right thing.

Violating the letter of the rules is violating the spirit of the rules.

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first Source: neolabhq/context-engineering-kit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/neolabhq/context-engineering-kit --skill tdd:test-driven-development
Category
</>Dev Tools
Verified
First Seen
2026-03-02
Updated
2026-03-10

Browse more skills from neolabhq/context-engineering-kit

Quick answers

What is tdd:test-driven-development?

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first Source: neolabhq/context-engineering-kit.

How do I install tdd:test-driven-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill tdd:test-driven-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/neolabhq/context-engineering-kit