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-verifyOr install the whole bundle
Claude Code
- 1
/plugin marketplace add uiverify/uiverify - 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 GitHubUI 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.