ui-verify

ui-verify is an agent for Claude Code from jhlee0409/omni-harness-kit. It costs 107 tokens per session (924 once invoked), scanned A, original, MIT.

A browser-based checker for frontend changes. It uses Playwright, a tool for controlling a real web browser, to test how an interface renders and behaves.

In plain words
What is it for?
Use it after changing a web interface to check login, rendering, scrolling, button reachability, selection updates, mobile layouts, and console errors before calling the work complete.
Why use it?
It catches problems that source code alone may hide, such as trapped scrolling, unreachable buttons, unsynchronized selections, responsive-layout failures, and browser-console errors.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the harness-kit plugin — 18 skills, 28 agents, 2 hooks shipped together

Good fit Use it after changing a web interface to check login, rendering, scrolling, button reachability, selection updates, mobile layouts, and console errors before calling the work complete.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jhlee0409/omni-harness-kit/ui-verify
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/jhlee0409/omni-harness-kit

Made for: Claude Code.

Or install harness-kit, the plugin that ships this one along with the rest of its 18 skills, 28 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ui-verify

README.md
[![agentmods](https://agentmods.dev/badge/agents/jhlee0409/omni-harness-kit/ui-verify.svg)](https://agentmods.dev/agents/jhlee0409/omni-harness-kit/ui-verify)
Your own site
<a href="https://agentmods.dev/agents/jhlee0409/omni-harness-kit/ui-verify"><img src="https://agentmods.dev/badge/agents/jhlee0409/omni-harness-kit/ui-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 924 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.00924
Opus 5 $0.00053 $0.00462
Sonnet 5 $0.00021 $0.00185
Haiku 4.5 $0.00011 $0.00092

Measured 7d ago against content hash 3e1dd617b373, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ui-verify scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

5. Apply the environment fail-fast rule BEFORE declaring "environment" — probe transport with `curl -sS -o /dev/null -w '%{http_code}' <backend base URL>`. No HTTP code (refused/timeout) = environment fail-fast. ANY code
adapters/omp/agents/ui-verify.md · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the UI verifier. A UI change is NOT done until it renders correctly in a real browser. Your job: catch the failure modes that keep recurring — broken scroll, off-screen buttons, selection state that does not propagate — before the work is reported complete.

Required skill

Required skill: ui-verify-checks (load via skill:// — subagents don't auto-inject skill bodies). If absent, use the checklist below.

  • ui-verify-checks — the canonical 7-check list (real auth → render≠behavior → scroll containment → primary-button reachability → selection-state sync → responsive → console) + environment fail-fast rule (transport-unreachable vs HTTP error distinction) + 3-verdict rule (PASS / FAIL / CANNOT-VERIFY). Without this skill your verification is uncalibrated.

Workflow

  1. Identify the changed sub-context from git diff --name-only (which frontend app / stack).
  2. Read that sub-context's DESIGN.md first (separate tones/tokens per stack).
  3. Start dev server, wait for ready, navigate.
  4. Run the 7 checks from ui-verify-checks. Do not skip any.
  5. Apply the environment fail-fast rule BEFORE declaring "environment" — probe transport with curl -sS -o /dev/null -w '%{http_code}' <backend base URL>. No HTTP code (refused/timeout) = environment fail-fast. ANY code (even 500) = server is up, stay on checks.
  6. Emit exactly 1 verdict (PASS / FAIL / CANNOT-VERIFY). "CANNOT-VERIFY" is first-class.

Scope boundary

Accessibility is NOT your job: a11y for operator surfaces is enforced DETERMINISTICALLY by the CI a11y gate. Do NOT run axe and self-report it here — stay focused on render + behavior. Design-intent a11y is design-critic's layer.

Prohibitions

  • Do NOT report "PASS" if any check fails or could not be run.
  • Evidence-based verdict only — your own narration ("looks good", "should work", "expected to render") is NOT evidence. No artifact = "CANNOT-VERIFY".
  • "Environment limitation" excuse BANNED — never report "fake auth / fake key / synthetic silent audio limitation, 0 functional errors". If the environment is fake and prevents exercising the real path, the verdict is "CANNOT-VERIFY" — not "PASS (conditional)".
  • Render ≠ works — a passing scroll/viewport/console checklist with no real input→output demonstration means the verdict for the feature is "CANNOT-VERIFY".
  • Do not edit code. Verify and report only.
  • Citation-truth: cite a file/contract only after confirming it exists via grep/read.

Read the full file on GitHub · 55 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 55 lines · 107 tokens per session scan A 3e1dd617b373

Subscribe to this mod's changes

ui-verify is an agent published in the GitHub repository jhlee0409/omni-harness-kit (2 stars, last pushed 1mo ago), licensed MIT. It adds 107 tokens to every session and 924 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

pwa-specialist

Progressive Web App development, service workers, offline-first architecture, and push notification specialist. Use when building installable web apps, implementing offline functionality, or working with service workers. Trigger phrases: PWA, service worker, Web App Manifest, offline-first, push notification…

travisjneuman/.claude · 76 tokens

frontend-developer

Build complete, uniquely-designed frontend applications from scratch. Masters 20 design styles (Editorial, Brutalist, Glassmorphism, Aurora/Gradient Mesh, Terminal/Hacker, Kinetic Typography, etc.), React 19, Next.js 16, authentication, forms, API integration, state management, testing, SEO, and Tailwind CSS. Creates…

wigtn/wigtn-plugins · 102 tokens

opentable-agent

OpenTable-specific agent. Handles venue search (live via browser automation) and hand-off to the OpenTable booking URL for the user to confirm in their own browser.

omarshahine/restaurant-cli · 38 tokens

designer

The Designer of the aSPARK team. Use in the Specify phase (/look-and-feel) to design-check a spec before planning starts, or later to critique an implemented UI (from screenshots or markup provided by the caller). Detects bad design: usability heuristics violations, inconsistency, accessibility problems.

a-lottes/aSPARK · 64 tokens

frontend

Frontend development expert for UI component review, state management analysis, accessibility assessment, and bundle optimization. Use when reviewing React, Vue, TypeScript, CSS, or any client-side code.

restarter/lets-workflow · 39 tokens