·testing-patterns
</>

testing-patterns

congdon1207/agents.md

テストのパターンと原則。ユニット、統合、モック戦略。

2インストール·0トレンド·@congdon1207

インストール

$npx skills add https://github.com/congdon1207/agents.md --skill testing-patterns

SKILL.md

| Arrange | Set up test data | | Act | Execute code under test | | Assert | Verify outcome |

| Unit | Pure functions, logic | Fast (<50ms) | | Integration | API, DB, services | Medium | | E2E | Critical user flows | Slow |

| Fast | < 100ms each | | Isolated | No external deps | | Repeatable | Same result always | | Self-checking | No manual verification | | Timely | Written with code |

テストのパターンと原則。ユニット、統合、モック戦略。 ソース: congdon1207/agents.md。

原文を見る

引用可能な情報

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

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

クイックアンサー

testing-patterns とは?

テストのパターンと原則。ユニット、統合、モック戦略。 ソース: congdon1207/agents.md。

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

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

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

https://github.com/congdon1207/agents.md