Generate and record UAT checks, including manual GUI or real-device steps.
Install
mkdir -p .claude/skills/codex-uat && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13625" && unzip -o skill.zip -d .claude/skills/codex-uat && rm skill.zipInstalls to .claude/skills/codex-uat
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generate and record UAT checks, including manual GUI or real-device steps.74 charsno explicit “when” trigger
About this skill
Codex UAT
Use this skill after develop has received one or more orchestrated PRs.
Required Output
Write workspace/management/runs/<run_id>/uat-report.md with:
- acceptance scenarios derived from the Issues
- automated checks and results
- manual GUI or real-device steps
- expected results
- evidence to collect on failure
- pass/fail status
- follow-up fix prompt when UAT fails