スキル一覧に戻る
mguttmann

uat-workflow

by mguttmann

Autonomous Organization Framework - A complete system for AI-assisted software development with Claude Code

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: uat-workflow description: User Acceptance Testing workflow

UAT Workflow

Principle

One test at a time, clear pass/fail.

UAT Process

1. Load acceptance criteria
2. For each criterion:
   a. Execute test
   b. Record result (PASS/FAIL)
   c. Document evidence
   d. If FAIL: log gap
3. Calculate pass rate
4. Determine verdict

UAT Template

# UAT: [Feature]

## Acceptance Criteria

### AC1: [Description]
- **Test:** [How to verify]
- **Result:** PASS/FAIL
- **Evidence:** [Screenshot/output]
- **Notes:** [If any]

## Summary
- Passed: X of Y
- Failed: Z
- **Verdict:** ACCEPT/REJECT

## Gaps (if rejected)
| Gap | Severity | Resolution |
|-----|----------|------------|

Severity Levels

  • Critical - Blocks release
  • High - Must fix before release
  • Medium - Should fix
  • Low - Nice to fix

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です