verify
Real feature verification — run the app, drive it, prove it works.
Install
Built into Claude Code. Invoke with /verify.
Best for
Pre-merge verification for UI changes when type checks and unit tests verify code, not feature correctness.
About this skill
Run the app and observe behavior to verify a change works — launches dev server, drives the feature, reports back with screenshots and logs.
Score breakdown
Score breakdown
rubric 1.0Composite 0–100 score derived from 9 verifiable signals. See the rubric →
Related skills
Deterministic web control. ref-based clicks/fills, no flaky selectors, parallel sessions.
Test local webapps with Playwright. Generation, run, report — end-to-end.
Playwright patterns: clicks, fills, waits, retries. The do-it-right defaults.