| name | uat-review |
| description | Review and validate UAT packages — verify completeness, coverage, traceability, and acceptance readiness before customer submission. |
UAT Review
Validate UAT packages for completeness, coverage, and traceability before
presenting to the customer for formal acceptance.
What problem this solves
UAT packages generated automatically may have gaps in coverage or incomplete
traceability. This skill validates the UAT artifact before customer review.
When to Use
After UAT generation, before customer submission.
Input
UAT ID and the full UAT package.
Steps
- Verify every requirement has at least one acceptance criterion
- Verify every acceptance criterion has at least one UAT test case
- Check traceability completeness: all links present and valid
- Validate test steps are executable and expected results are measurable
- Verify coverage matrix accurately reflects the test case inventory
- Ensure findings register is properly structured
- Confirm acceptance decision options are clear
- Report gaps: "UAT ready" or "UAT incomplete — N gaps found"
Review Report Format
# UAT Review — {uat-id}
- Requirements covered: X/Y (Z%)
- AC covered: X/Y (Z%)
- Traceability gaps: N
- Recommendation: READY | NEEDS FIXES | REJECTED
- Gaps: ...
Done Criteria