What problem does it solve?
User acceptance testing against the spec. Verifies that the implementation satisfies every acceptance scenario, functional requirement, and success criterion defined in the GitHub Issue. Use this skill after implementation is complete and before retrospective — it acts as a UAT gate. Triggers on requests like "test against the spec", "verify acceptance criteria", "run UAT", or "does the implementation match the spec?"
Core Features & Use Cases
- Orchestrates user acceptance testing against the issue-backed spec.
- Extracts testable criteria from the GitHub Issue: acceptance scenarios, requirements, success criteria, and edge cases.
- Guides verification strategy and organizes results for traceability.
- Acts as a gate before e2e or retro, coordinating next steps based on outcomes.
Quick Start
Provide a GitHub issue number to start UAT and verify acceptance criteria against the spec.