jat-verify
FeaturedEscalatory browser verification - open the app in a real browser and test it. Two modes - builder-verify (test the feature you just built) and cold-review (fresh-eyes reviewer pass over a whole surface or site). Use after "READY FOR REVIEW", before shipping a preview/demo to a human, or when asked to "actually test this" / "review this like a stranger".
Install
Quality Score: 90/100
Skill Content
Details
- Author
- joewinke
- Repository
- joewinke/jat
- Created
- 9 months ago
- Last Updated
- 2 weeks ago
- Language
- Svelte
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
rcode-browser-verify
Use Chrome DevTools MCP to verify browser behaviour — DOM state, console errors, network requests,.
browser-verification
Verify UI behavior in a live browser via Playwright MCP (navigate, snapshot, screenshots, console/network) against localdev or staging. NOT for full domain E2E flows and never against production.
web-test
Verify UI behaviour in a real browser — derive the scope from a task's acceptance criteria and/or the uncommitted diff, resolve the target environment and its auth state, drive the page through a browser-automation MCP (Claude in Chrome), exercise the happy path plus a required set of edge cases, capture console/network/visual evidence, write `{ID} web-test-summary.md` (executed test plan + reproducible bug reports) into the task folder, and record a WEBTEST verdict in the task log. Used by the Tester (and standalone on work-in-progress). Interactive sessions only — a headless orchestrated run must not drive a browser (each call stalls it on a governance approval card). Mutating a shared environment is HIGH; production is CRITICAL.