jat-verify

Verify UI features in a real browser using browser automation tools.

248|27|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/joewinke/jat --skill jat-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jat-verify
Source: https://github.com/joewinke/jat/tree/main/skills/jat-verify
Command: npx skills add https://github.com/joewinke/jat --skill jat-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables in-browser verification of features by running tests in a real browser to confirm UI behavior matches expectations after you indicate readiness for review.

Core Features & Use Cases

  • In-Browser Verification: Run live browser tests against the running app to validate UI flows.
  • Stepwise Automation: Use scripted steps to start a browser, navigate, interact with elements, and capture feedback.
  • Use Case: After implementing a new feature, run a browser check to ensure the task creation drawer opens and actions behave as intended.

Quick Start

Use the jat-verify skill to open the app in a real browser and perform the verification steps using the browser automation tools.

Frequently Asked Questions about jat-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify UI features in a real browser after a build is ready for review?

Browser-based verification tests UI features by starting a real browser, navigating to a target URL, interacting with elements, and capturing screenshots to validate that outcomes match expectations.

What is browser-based UI verification and when should I use it?

Browser-based UI verification runs live tests in a real browser to confirm UI behavior matches expectations. You should use it after implementing a feature and indicating it is ready for review.

Can I target a specific URL or path to test a UI flow with browser automation?

Yes, browser automation can target a specific URL or path to exercise specific flows, allowing you to navigate, interact with elements, inspect cookies, and wait for conditions to validate outcomes.

What's the best way to automate checking if a UI drawer opens correctly in a running app?

Use stepwise browser automation to open the running app, interact with the UI drawer, and capture feedback through screenshots to ensure the task creation drawer opens and actions behave as intended.

Do I need any external dependencies to perform in-browser verification of my web app?

No external dependencies are required. The skill uses the browser automation tools already present in your project to start, navigate, render, and interact with the application for verification.