All skills

E2E verify

Drive the real app, not just the tests.

E2EPlaywright

What it does

Starts your app and drives the real thing with Playwright, so 'it's done' means the feature actually works in the product. This is the check that catches a component and an endpoint that each pass their own tests but don't talk to each other.

Run it before opening a PR, especially when several agents each claim to be done.
  • Exercises the change through the running app, not a mock.
  • Catches the integration gaps unit tests miss.
  • Built for parallel agents: each run is isolated so ten don't collide.

Install and run

just this skill
git clone --depth 1 https://github.com/uiverify/uiverifycp -r uiverify/packages/skills/skills/e2e-verify .claude/skills/rm -rf uiverify# then invoke it /e2e-verify

Or install the whole bundle

Claude Code
  1. 1
    /plugin marketplace add uiverify/uiverify
  2. 2
    /plugin install uiverify@uiverify

Recommended. Run each command on its own - Claude Code opens a prompt after the first, so pasting both at once fails.

View on GitHub
UI Verify
Built by the team behind UI Verify

Automate this skill end to end

UI Verify captures every story on every pull request and lets an AI judge, or your agent, review the diffs. See how it works.

© 2026 UI Verify