← スキル一覧に戻る

acceptance-testing
by kecbigmt
Claude Code plugin for Story-driven Development
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: acceptance-testing description: Guide human PO through manual acceptance testing. Optional - use when PO wants manual verification before merge.
Human Acceptance Testing
Guide human PO through manual testing (optional step).
When Used
PO decides based on:
- Trust in AI verification (verify phase passed)
- Risk level
- UI/UX validation needs
Key: AI verify provides acceptance-test rigor. Manual testing is optional.
Process
1. Find Story
ls docs/stories/**/*.story.md
2. Test Each Criterion
Guide PO:
Criterion [N]:
Given: [precondition]
When: [action]
Then: [expected]
Steps:
1. [Setup - specific]
2. [Action - specific]
3. [Verify - specific]
Use AskUserQuestion: Pass / Fail / Blocked
3. Update Story Log (REQUIRED)
All pass:
### Acceptance Checks
**Status: Accepted**
AI: Passed
Manual: Passed
By: [PO]
Date: [date]
Ready for merge.
Any fail:
### Acceptance Checks
**Status: Needs Revision**
AI: Passed
Manual: Failed
Failing: Criterion N
Expected: [X]
Observed: [Y]
Fix: [action]
Return to: Implementation
Guidelines
Be specific: "Click Export, select CSV, verify columns" not "Test feature"
Provide context: why matters, what AI verified, where feature, how to set up
Handle failures: gather details, prioritize, update clearly
AI Verify vs Human Accept
| Aspect | AI (Required) | Human (Optional) |
|---|---|---|
| Context | Isolated | Guided |
| Scope | All testable | PO chooses |
| When | After Refactor | After Code Review |
| Purpose | Objective validation | Stakeholder confidence |
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です