← スキル一覧に戻る

test-design
by Xantibody
my configuration
⭐ 1🍴 0📅 2026年1月24日
SKILL.md
name: test-design description: Design test cases following Kent Beck and t-wada principles.
Test Design
Design tests that improve design resilience, not just find bugs.
Inspired by Kent Beck (TDD creator) and t-wada (Takuto Wada).
Core Principles
| Principle | Description |
|---|---|
| Fear into Tests | Prioritize boundaries and edge cases where "this might break" |
| Test Behavior | Focus on external behavior, not internal implementation details |
| Refactoring Resistance | Extract essential specs that survive code restructuring |
| 0-1-N Rule | Always include empty(0), single(1), multiple(N), and boundary vals |
Output Format
When analyzing code or specifications, provide:
1. Core Behavior Tests
- Happy path scenarios that deliver direct user value
2. Boundary and Error Tests (0-1-N)
- 0: Empty, null, unset
- 1: Single item, minimum value
- N: Multiple items, maximum, max+1, timeout
3. Design Concerns
- Complex dependencies
- Side effects (DB, API, external services)
4. Design Insights
- How these tests help "tidy" the code
- Suggestions for loose coupling
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です