Claude Code Plugins

Community-maintained marketplace

Feedback

TDD — 最小 RED テストの作成

@small-java-world/todo-api-claude-skills-
0
0

>

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name TDD — 最小 RED テストの作成
description 受入条件の中から最小の1点だけを RED にする。複数失敗要因を同時に作らない。 RED→GREEN→REFACTOR の順を厳守するための Skill。

使い方

  • 最初は「落ちるテストを1つだけ」用意する(受入条件は1点)
  • Green 化では「そのテストだけを通す最小実装」を行う
  • その後に重複除去・命名・設計整合をリファクタで行う

手順

  1. RED: 失敗する最小テストを1つだけ追加
  2. GREEN: そのテストだけ通す最小実装
  3. REFACTOR: 重複排除/命名/設計整合を実施

  • examples/red_case_sample.py