·test-driven-development
</>

test-driven-development

carvalab/k-skills

TDD ワークフロー ガイド。新しい機能を作成したりバグを修正したりする場合は、積極的に使用してください。 Red-Green-Refactor サイクルを強制し、アンチパターンのテストを防ぎます。

6インストール·0トレンド·@carvalab

インストール

$npx skills add https://github.com/carvalab/k-skills --skill test-driven-development

SKILL.md

Write tests before code. The test is the specification. If you can't write a test, you don't understand the requirement.

Test commands by language: | Language | Run Tests | Watch Mode |

| Go | go test ./... | go test ./... -v | | Node/TS | npm test | npm test -- --watch | | Python | pytest | pytest-watch | | Java | ./mvnw test | ./mvnw test -Dtest= |

TDD ワークフロー ガイド。新しい機能を作成したりバグを修正したりする場合は、積極的に使用してください。 Red-Green-Refactor サイクルを強制し、アンチパターンのテストを防ぎます。 ソース: carvalab/k-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/carvalab/k-skills --skill test-driven-development
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

test-driven-development とは?

TDD ワークフロー ガイド。新しい機能を作成したりバグを修正したりする場合は、積極的に使用してください。 Red-Green-Refactor サイクルを強制し、アンチパターンのテストを防ぎます。 ソース: carvalab/k-skills。

test-driven-development のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/carvalab/k-skills --skill test-driven-development インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/carvalab/k-skills