uat-executor

Execute UAT scenarios against staging environments and generate uat-raw-report.md.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mytechsonamy/VibeFlow --skill uat-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uat-executor
Source: https://github.com/mytechsonamy/VibeFlow/tree/main/skills/uat-executor
Command: npx skills add https://github.com/mytechsonamy/VibeFlow --skill uat-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Executes UAT scenarios against a live staging environment, walks automated steps via a runner (playwright/detox) and human-in-the-loop steps via prompts, collects evidence (screenshots + timings + console) on every step, and emits uat-raw-report.md. Gate contract — every failed step must carry evidence, every P0 scenario must be executed. PIPELINE-3 step 3.

Core Features & Use Cases

  • Executes UAT scenarios against staging environments with deterministic execution and verifiable evidence.
  • Runs automated steps via Playwright/Detox, supports human-in-the-loop prompts, and emits detailed raw reports for downstream analytics.
  • Enforces gate contracts, manages run inventories, and produces uat-raw-report.md for test-result-analyzer and observability tooling.

Quick Start

Invoke the UAT executor with a scenario-set and target environment to run the configured scenarios and generate the uat-raw-report.md.

Frequently Asked Questions about uat-executor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate UAT scenarios against a staging environment?

Automate UAT scenarios by executing Playwright or Detox steps against a live staging environment. The executor enforces preconditions, manages run directories, and outputs a uat-raw-report.md with collected evidence.

How do I collect evidence like screenshots and console logs during e2e testing?

Collect e2e testing evidence by running automated steps that capture screenshots, timings, and console outputs at every step. This evidence is compiled into a uat-raw-report.md for downstream analysis.

Can I handle human-in-the-loop prompts in automated UAT execution?

Yes, you can handle human-in-the-loop prompts during automated UAT execution. The runner pauses automated Playwright or Detox steps to issue prompts for manual verification before resuming the scenario.

How do I gate a release based on P0 UAT outcomes?

Gate releases by enforcing a contract where every P0 scenario must be executed and every failed step must carry evidence. The executor uses P0 outcomes and collected evidence to gate the release.

Does Playwright work with staging environment UAT execution and report generation?

Yes, Playwright works with staging environment UAT execution by running automated steps and collecting evidence. It generates a uat-raw-report.md containing timings and console logs for test-result-analyzer tools.

What is a uat-raw-report.md and when do I need it for test analysis?

A uat-raw-report.md is a raw report file containing screenshots, timings, and console outputs collected during UAT scenario execution. You need it for downstream analysis and observability tooling.