Creates comprehensive UAT reports to verify functionality after PR orchestration.
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.Key capabilities
- →Derive acceptance scenarios from issues
- →Document automated checks and their results
- →Record manual GUI or real-device steps
- →Specify expected results for UAT checks
- →Outline evidence to collect on failure
- →Generate follow-up fix prompts for UAT failures
How it works
This skill generates a UAT report by extracting acceptance scenarios from issues and detailing both automated and manual verification steps.
Inputs & outputs
When to use codex-uat
- →Generating UAT reports
- →Manual UI verification
- →Defining acceptance tests
- →Verifying functionality after PRs
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
When not to use it
- →Before orchestrated PRs have been received by develop
Limitations
- →Requires prior orchestrated PRs to have been received
- →Output format is fixed to `uat-report.md`
How it compares
This workflow automatically structures UAT reports with specific fields, unlike a manual process that might lack consistency.
Compared to similar skills
codex-uat side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| codex-uat (this skill) | 0 | 3mo | No flags | Intermediate |
| svelte-expert | 11 | 9mo | No flags | Intermediate |
| home-assistant-integration-knowledge | 8 | 2mo | No flags | Advanced |
| writing-skills | 4 | 4mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
svelte-expert
Raudbjorn
Expert Svelte/SvelteKit development assistant for building components, utilities, and applications. Use when creating Svelte components, SvelteKit applications, implementing reactive patterns, handling state management, working with stores, transitions, animations, or any Svelte/SvelteKit development task. Includes comprehensive documentation access, code validation with svelte-autofixer, and playground link generation.
home-assistant-integration-knowledge
home-assistant
Everything you need to know to build, test and review Home Assistant Integrations. If you're looking at an integration, you must use this as your primary reference.
writing-skills
obra
Use when creating new skills, editing existing skills, or verifying skills work before deployment
obsidian-hello-world
jeremylongshore
Create a minimal working Obsidian plugin with commands and settings. Use when building your first plugin feature, testing your setup, or learning basic Obsidian plugin patterns. Trigger with phrases like "obsidian hello world", "first obsidian plugin", "obsidian quick start", "simple obsidian plugin".
code-review-checklist
vudovn
Code review guidelines covering code quality, security, and best practices.
openspec-verify-change
studyzy
验证实现是否与变更产出物匹配。当用户想要在归档前验证实现是否完整、正确且一致时使用。