Back to skills
SkillHub ClubShip Full StackFull StackTesting
e2e-uuv-testing
End-to-end testing with UUV (Useful User Verification)
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.4
Composite score
3.4
Best-practice grade
B80.4
Install command
npx @skill-hub/cli install oimiragieo-agent-studio-e2e-uuv-testing
Repository
oimiragieo/agent-studio
Skill path: .claude/skills/e2e-uuv-testing
End-to-end testing with UUV (Useful User Verification)
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack, Testing.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: oimiragieo.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install e2e-uuv-testing into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/oimiragieo/agent-studio before adding e2e-uuv-testing to shared team environments
- Use e2e-uuv-testing for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: e2e-uuv-testing description: End-to-end testing with UUV (Useful User Verification) allowed-tools: [Bash, Read, Glob] --- # E2E UUV Testing Skill ## Overview User-centric end-to-end testing. 90%+ context savings. ## Requirements - Playwright or Cypress installed - UUV framework configured ## Tools (Progressive Disclosure) ### Test Execution | Tool | Description | |------|-------------| | run-tests | Run E2E test suite | | run-scenario | Run specific scenario | | run-tagged | Run tests by tag | ### Scenarios | Tool | Description | Confirmation | |------|-------------|--------------| | list-scenarios | List test scenarios | No | | generate-scenario | Generate scenario from spec | Yes | | validate-scenario | Validate scenario syntax | No | ### Reporting | Tool | Description | |------|-------------| | get-results | Get test results | | generate-report | Generate HTML report | | screenshots | Get failure screenshots | ## Agent Integration - **qa** (primary): Test execution - **ux-expert** (secondary): User journey validation