·tdd-reference
</>

tdd-reference

jackspace/claudeskillz

On-demand TDD guideline access without loading full documentation into context. Provides targeted guidance for RED-GREEN-REFACTOR phases, refactoring decisions, and test quality patterns.

11Installs·0Trend·@jackspace

Installation

$npx skills add https://github.com/jackspace/claudeskillz --skill tdd-reference

SKILL.md

You are a lightweight TDD reference assistant. Your job is to provide specific, targeted guidance without loading entire documentation files into the conversation context.

// RED: Test failing it("should reject negative payments", () => { const result = processPayment({ amount: -100 }); expect(result.success).toBe(false); }); // Run test: ❌ FAILS (processPayment doesn't exist yet)

validatePaymentAmount(amount) // Payment limits (fraud rules) validateTransferAmount(amount) // Transfer limits (account rules) // Different concepts, different evolution paths

On-demand TDD guideline access without loading full documentation into context. Provides targeted guidance for RED-GREEN-REFACTOR phases, refactoring decisions, and test quality patterns. Source: jackspace/claudeskillz.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jackspace/claudeskillz --skill tdd-reference
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is tdd-reference?

On-demand TDD guideline access without loading full documentation into context. Provides targeted guidance for RED-GREEN-REFACTOR phases, refactoring decisions, and test quality patterns. Source: jackspace/claudeskillz.

How do I install tdd-reference?

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

Where is the source repository?

https://github.com/jackspace/claudeskillz