·testing-anti-patterns
</>

testing-anti-patterns

microck/ordinary-claude-skills

テストの作成または変更、モックの追加、または運用コードにテストのみのメソッドを追加する場合に使用します。モックの動作のテスト、テストのみのメソッドによる運用環境の汚染、依存関係を理解せずにモックすることを防ぎます。

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

インストール

$npx skills add https://github.com/microck/ordinary-claude-skills --skill testing-anti-patterns

SKILL.md

Tests must verify real behavior, not mock behavior. Mocks are a means to isolate, not the thing being tested.

Core principle: Test what the code does, not what the mocks do.

your human partner's correction: "Are we testing the behavior of a mock?"

テストの作成または変更、モックの追加、または運用コードにテストのみのメソッドを追加する場合に使用します。モックの動作のテスト、テストのみのメソッドによる運用環境の汚染、依存関係を理解せずにモックすることを防ぎます。 ソース: microck/ordinary-claude-skills。

原文を見る

引用可能な情報

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

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

クイックアンサー

testing-anti-patterns とは?

テストの作成または変更、モックの追加、または運用コードにテストのみのメソッドを追加する場合に使用します。モックの動作のテスト、テストのみのメソッドによる運用環境の汚染、依存関係を理解せずにモックすることを防ぎます。 ソース: microck/ordinary-claude-skills。

testing-anti-patterns のインストール方法は?

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

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

https://github.com/microck/ordinary-claude-skills