What problem does it solve?
This Skill helps you validate a change in a running application when automated checks are not enough, so you can catch real-user issues before shipping.
Core Features & Use Cases
- Runtime verification: Start the app, exercise the changed paths, and confirm acceptance criteria against the live system.
- Exploratory testing: Probe edge cases, UX rough edges, console errors, and unexpected interactions that codified tests may miss.
- Evidence-driven reporting: Capture screenshots, command output, and per-reference reports so findings are reproducible and actionable.
- Use case: A release candidate passes E2E, but you still want an independent QA sweep of the changed screen, API, or CLI before creating the PR.
Quick Start
Ask the AI to start the application, verify the spec against the live change, collect evidence, clean up services, and return a concise QA report.