simulate-uat
Installation
SKILL.md
Simulate UAT
Purpose
Test the full UAT workflow (PR creation, commenting, polling, feedback handling) using a minimal test artifact instead of the real comprehensive demo. This is useful for:
- Testing changes to UAT scripts
- Validating the PR creation and monitoring flow
- Training the UAT agent on feedback handling
- Debugging platform-specific rendering issues
The simulation creates real PRs but uses a minimal test report and responds to feedback with simulated fixes (no actual code changes).
Hard Rules
Must
- Clearly label all PRs and comments as
[SIMULATION]. - Use the simulation test artifact:
artifacts/uat-simulation.md. - Create real PRs on GitHub/Azure DevOps to test the actual workflow.
- Respond to feedback with a simulated "fixed" report (append "[SIMULATED FIX]" section).
- Clean up all simulation PRs after testing.