jat-verify — community jat-verify, community, ide skills, Claude Code, Cursor, Windsurf

v1.0
GitHub

About this Skill

Perfect for Browser Automation Agents needing real-time verification and testing capabilities. The World's First Agentic IDE. Visual dashboard: live sessions, task management, code editor, terminal. Epic Swarm parallel workflows. Auto-proceed rules. Automation patterns. Beads + Agent Mail + 50 bash tools. Supervise 20+ agents from one UI.

joewinke joewinke
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The jat-verify skill by joewinke is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Browser Automation Agents needing real-time verification and testing capabilities.

Core Value

Empowers agents to automate browser verification using JAT's browser automation tools, supporting protocols like HTTP, and enabling testing of specific URLs and paths with auto-proceed rules and automation patterns.

Capabilities Granted for jat-verify

Automating browser verification for web applications
Testing specific URLs and paths for functionality
Debugging web pages using JAT's terminal and code editor

! Prerequisites & Limits

  • Requires JAT's Agentic IDE and browser automation tools
  • Not suitable for static checks like tests and linting
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

jat-verify

Install jat-verify, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

/skill:jat-verify - Browser Verification

Test your work in a real browser using JAT's browser automation tools.

Usage

/skill:jat-verify                           # Auto-detect what to test
/skill:jat-verify http://localhost:5173/tasks  # Test specific URL
/skill:jat-verify /tasks                     # Test specific path

When to Use

  • User asks to "verify in browser" or "actually test this"
  • After showing "READY FOR REVIEW"
  • NOT for static checks (tests, lint) - those are in /skill:jat-complete

Browser Tools

JAT includes browser automation tools in ~/.local/bin/:

ToolPurpose
browser-start.jsLaunch Chrome with DevTools port
browser-nav.jsNavigate to URL
browser-screenshot.jsCapture screenshot
browser-eval.jsExecute JavaScript in page
browser-pick.jsClick element by selector
browser-cookies.jsGet/set cookies
browser-wait.jsWait for condition

Steps

STEP 1: Determine What to Test

Based on your recent work, identify:

  • URL: What page to open
  • Feature: What to test
  • Success criteria: How to know it works

If unclear, ask the user.

STEP 2: Open Browser and Navigate

bash
1browser-start.js 2browser-nav.js --url "http://localhost:5173/tasks" 3browser-screenshot.js --output /tmp/verify-initial.png

Show the screenshot and describe what you see.

STEP 3: Test the Feature

Interact with what you built:

bash
1# Click elements 2browser-pick.js --selector "button.create-task" 3 4# Fill form fields 5browser-eval.js "document.querySelector('input[name=title]').value = 'Test'" 6 7# Check for elements 8browser-eval.js "!!document.querySelector('.success-message')" 9 10# Wait for content 11browser-wait.js --text "Task created"

Take screenshots after each significant action.

STEP 4: Check Console for Errors

bash
1browser-eval.js "window.__errors = []; const orig = console.error; console.error = (...a) => { window.__errors.push(a.join(' ')); orig.apply(console, a); }" 2# ... test the feature ... 3browser-eval.js "window.__errors"

STEP 5: Report Findings

BROWSER VERIFICATION: {TASK_ID}

URL: http://localhost:5173/tasks
Feature: Task creation drawer

  [pass] Page loaded successfully
  [pass] Button visible and clickable
  [pass] Form renders correctly
  [pass] No console errors

Screenshots:
  /tmp/verify-initial.png
  /tmp/verify-after-action.png

If issues found, fix them and re-verify.

After Verification

  • Passed: Return to "READY FOR REVIEW" state
  • Failed: Fix issues, re-verify, then return to review state

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is jat-verify?

Perfect for Browser Automation Agents needing real-time verification and testing capabilities. The World's First Agentic IDE. Visual dashboard: live sessions, task management, code editor, terminal. Epic Swarm parallel workflows. Auto-proceed rules. Automation patterns. Beads + Agent Mail + 50 bash tools. Supervise 20+ agents from one UI.

How do I install jat-verify?

Run the command: npx killer-skills add joewinke/jat. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for jat-verify?

Key use cases include: Automating browser verification for web applications, Testing specific URLs and paths for functionality, Debugging web pages using JAT's terminal and code editor.

Which IDEs are compatible with jat-verify?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for jat-verify?

Requires JAT's Agentic IDE and browser automation tools. Not suitable for static checks like tests and linting.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add joewinke/jat. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use jat-verify immediately in the current project.

Related Skills

Looking for an alternative to jat-verify or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI