← スキル一覧に戻る

test-cases
by duc01226
⭐ 2🍴 1📅 2026年1月24日
SKILL.md
name: test-cases description: Generate detailed executable test cases from specifications. Use when creating detailed test cases, expanding test specs, or generating TC-IDs. Triggers on keywords like "test cases", "generate tests", "detailed tests", "TC-", "executable tests". allowed-tools: Read, Write, Edit, Grep, Glob, Bash
Test Case Generation
Create detailed, executable test cases from specifications.
When to Use
- Test spec ready for expansion
- Need detailed test steps
- Generating test case IDs
Quick Reference
Workflow
- Read test specification
- Generate detailed test cases per scenario
- Assign TC IDs (TC-{MOD}-{NNN})
- Find code evidence for each case
- Update test spec with cases
- Suggest next:
/quality-gate
Test Case Format
#### TC-{MOD}-{NNN}: {Title}
- **Priority:** P1 | P2 | P3
- **Type:** Positive | Negative | Boundary
**Preconditions:** {Setup}
**Test Data:** {Requirements}
**Steps:**
1. {Action}
2. {Verification}
**Expected:** {Outcome}
**Evidence:** `{file}:{line}`
Module Codes
| Module | Code |
|---|---|
| TextSnippet | TXT |
| ExampleApp | EXP |
| Accounts | ACC |
| Common | COM |
Evidence Requirements
MANDATORY: Every TC must have evidence.
- Format:
{FilePath}:{LineNumber} - Sources: ErrorMessages, validators, handlers
Related
- Role Skill:
qa-engineer - Command:
/test-cases - Input:
/test-specoutput - Next Step:
/quality-gate
Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です