ui-change-verification

ui-change-verification is a skill for Claude Code from korbinjoe/TeemAI. It costs 60 tokens per session (510 once invoked), scanned A, original, MIT.

A browser-checking workflow for confirming that visible website changes work as users expect. It covers frontend screens, navigation, interactions, and live updates.

In plain words
What is it for?
Checking changed React screens, routes, layouts, keyboard behavior, terminals, editors, file trees, chats, and WebSocket-driven features in a real browser.
Why use it?
Code tests may pass even when a page looks wrong or an interaction fails in the browser. It catches problems that only appear during real user actions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Checking changed React screens, routes, layouts, keyboard behavior, terminals, editors, file trees, chats, and WebSocket-driven features in a real browser.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/korbinjoe/teemai/ui-change-verification
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.

Any agent
npx skills add korbinjoe/TeemAI --skill ui-change-verification
Clone the repo
git clone --depth 1 https://github.com/korbinjoe/TeemAI

Made for: Claude Code.

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-change-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/korbinjoe/teemai/ui-change-verification/github.svg)](https://agentmods.dev/skills/korbinjoe/teemai/ui-change-verification)
Your own site
<a href="https://agentmods.dev/skills/korbinjoe/teemai/ui-change-verification"><img src="https://agentmods.dev/badge/skills/korbinjoe/teemai/ui-change-verification/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ui-change-verification

Your own site · 80×15
<a href="https://agentmods.dev/skills/korbinjoe/teemai/ui-change-verification"><img src="https://agentmods.dev/badge/skills/korbinjoe/teemai/ui-change-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00060 $0.00510
Opus 5 $0.00030 $0.00255
Sonnet 5 $0.00012 $0.00102
Haiku 4.5 $0.00006 $0.00051

Measured 9d ago against content hash 17d8d9ff9d57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ui-change-verification scanned grade A with 0 findings 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 9d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ai-assets/skills/ui-change-verification/SKILL.md · 68 lines

How it starts

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

UI Change Verification

Use this skill after every substantial UI-impacting change before reporting the work complete.

When to use

  • Frontend components, hooks, layout, routing, keyboard/focus behavior, or visual states changed.
  • Backend changes alter WebSocket/API behavior consumed by the UI.
  • Terminal, canvas, editor, file tree, chat, mission, or workspace surfaces are affected.
  • A bug report describes behavior visible in the app.

When not to use

  • Pure documentation changes.
  • Pure backend changes with no user-facing UI/API behavior.
  • Fast syntax/test-only edits where the affected UI was already verified in the same task and no UI behavior changed afterward.

Workflow

  1. Identify the changed user workflow and write 2-5 concrete UI assertions.
  2. Start or reuse the app dev server. Prefer the project’s configured ports.
  3. Open the app in a browser with Playwright or playwright-cli.
  4. Navigate to the affected surface using real app routes and existing data when possible.
  5. Exercise the workflow directly: click, type, toggle, resize, or wait for WebSocket events as the user would.
  6. Capture evidence using snapshot, screenshots, DOM assertions, console errors, and network/WebSocket observations as appropriate.
  7. Fix issues found during verification and rerun the relevant UI checks.
  8. Report the verification method, URL, assertions checked, and any limits.

Minimum expectations

  • Verify at least one desktop viewport for every substantial UI change.
  • Verify mobile or narrow viewport when layout responsiveness was changed.
  • Check browser console errors for the verified page.
  • For terminal/canvas/editor surfaces, assert the rendered container is nonblank and has usable dimensions.
  • For WebSocket-driven UI, verify both the event path and visible UI result when feasible.
  • Do not mark UI-impacting work complete based only on unit tests.

Output format

Include a short verification section in the final answer:

UI verification:
- URL:
- Method:
- Checked:
- Limits:

Read the full file on GitHub · 68 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. 9d ago First seen · 68 lines · 60 tokens per session scan A 17d8d9ff9d57

Subscribe to this mod's changes

ui-change-verification is a skill published in the GitHub repository korbinjoe/TeemAI (2 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 510 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

frontman-agent-usage

Use this skill when an agent needs to explain or operate Frontman's browser-aware frontend coding workflow.

frontman-ai/frontman · 0 tokens

web-verify

Look at your OWN front-end change before claiming it works -- navigate the loopback URL of a dev server or pod you started, screenshot the surface you changed, read the image to judge it, and embed it in chat. Three capture backends: playwright-cli (the session the dashboard Browser panel shows), the agent-browser CLI…

kirodotdev/KiroCrew · 0 tokens

crxjs

CRXJS Chrome extension development — true HMR for popup, options, content scripts, side panels, manifest-driven builds, dynamic content script imports (?script, ?script&module), and defineManifest for type-safe manifests. Uses Vite as its build tool. Use when the user mentions CRXJS, crxjs, @crxjs/vite-plugin…

samber/cc-skills · 186 tokens

chrome-extension

Use when building or shipping a Manifest V3 browser extension and hitting its quirks — service worker dying and losing state, permission warnings, a Chrome Web Store rejection, content-script/worker/popup messaging, or an MV2-to-V3 migration. NOT a generic web app (that is nextjs), NOT a desktop shell (that is…

ericrisco/rsc-harness · 76 tokens

aster-ui-demo

How to demo UI work the way Claude does it, never with throwaway HTML mockups. Build the change in the real webview, verify it in the browser harness, open the live dev server for the user to click through, and run the real test suites. Use when the user asks for a demo, a preview, or "let me see" any UI change in the…

Zfinix/aster · 87 tokens

azure-maps

Expert knowledge for Azure Maps development including best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when using web/REST/Power BI SDKs, geocoding/routing/weather APIs, tiles/rendering, or multi-stop route optimization…

MicrosoftDocs/Agent-Skills · 117 tokens