·test-driven-development
</>

test-driven-development

ロジックを実装する場合、バグを修正する場合、または動作を変更する場合に使用します。コードが機能することを証明する必要がある場合、バグレポートが届いた場合、または既存の機能を変更しようとしている場合に使用します。

11インストール·0トレンド·@addyosmani

インストール

$npx skills add https://github.com/addyosmani/agent-skills --skill test-driven-development

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

コマンドラインで test-driven-development AI スキルを開発環境にすばやくインストール

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

ソース: addyosmani/agent-skills。

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 is a liability.

When NOT to use: Pure configuration changes, documentation updates, or static content changes that have no behavioral impact.

Write the test first. It must fail. A test that passes immediately proves nothing.

ロジックを実装する場合、バグを修正する場合、または動作を変更する場合に使用します。コードが機能することを証明する必要がある場合、バグレポートが届いた場合、または既存の機能を変更しようとしている場合に使用します。 ソース: addyosmani/agent-skills。

引用可能な情報

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

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

Browse more skills from addyosmani/agent-skills

クイックアンサー

test-driven-development とは?

ロジックを実装する場合、バグを修正する場合、または動作を変更する場合に使用します。コードが機能することを証明する必要がある場合、バグレポートが届いた場合、または既存の機能を変更しようとしている場合に使用します。 ソース: addyosmani/agent-skills。

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

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

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

https://github.com/addyosmani/agent-skills