webkit-ui-verify

A browser-based checking procedure for finished Azion web-console screens. It uses screenshots, accessibility checks, console inspection, and interaction tests across themes, widths, and data states.

In plain words
What is it for?
Use it to verify a route’s loading, empty, and error states, its main interaction, accessibility, responsive layout, and browser console.
Why use it?
It catches problems that may be hidden in one browser view, such as contrast failures, blank empty states, broken focus, or runtime warnings.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/aziontech/webkit/webkit-ui-verify
Any agent
npx skills add aziontech/webkit --skill webkit-ui-verify
Clone the repo
git clone --depth 1 https://github.com/aziontech/webkit

Made for: Claude Code, Codex.

Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,472 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00117 $0.02472
Opus 5 $0.00059 $0.01236
Sonnet 5 $0.00023 $0.00494
Haiku 4.5 $0.00012 $0.00247

Measured 2d ago against content hash 14b901c76b93, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

webkit-ui-verify 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 2d 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.

packages/webkit/cli-templates/claude/skills/webkit-ui-verify/SKILL.md · 184 lines

How it starts

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

Skill: webkit-ui-verify

Purpose

The other skills in this pack prescribe — tokens for both themes, a full state surface, WCAG at the composition layer, layout across breakpoints. This one verifies they held, by driving the running screen in a real browser and looking. A screen "looks done" only in the one theme, one width, and one data state you happened to open; the regressions the other skills warn about — a dark-mode-only contrast break, an empty fetch that renders a blank panel, a focus that never returns to its trigger, a Vue warning in the console — are invisible until something exercises them. This is the executable companion to the whole pack: the runtime gate you run before calling any route finished.

The method is reconnaissance, then action — OBSERVE, never assume. Navigate, screenshot, read the live accessibility tree, and let what is actually on the page drive the next step. Do not assert against selectors or state you expect to exist; find them, then act.

How to use

  • /webkit-ui-verify — run the full pass against the route you just built in this conversation.
  • /webkit-ui-verify <route-or-file> — verify a specific route (/workloads) or the view a .vue file renders; report per finding: what failed, the evidence (console line, axe rule, screenshot), and the fix.

The agent form is webkit-ui-verifier — hand it a route and it runs this loop end to end and reports back. Either way the loop is the same; only who drives it changes.

Before you run

  • Build/serve the app locally first (pnpm dev / pnpm build && pnpm preview), and verify the URL responds — the pass drives a live server, not a static file.
  • The consumer installs two devDeps: playwright (the browser) and axe-core (the a11y engine). Install Chromium once with npx playwright install chromium.

The loop — capture, then assert

Run every route through all four, in both themes and at 2–3 widths. A pass that skipped a theme, a width, or a state did not verify the screen.

Read the full file on GitHub · 184 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. 2d ago First seen · 184 lines · 0 tokens per session scan A 14b901c76b93

Subscribe to this mod's changes

webkit-ui-verify is a skill published in the GitHub repository aziontech/webkit (2 stars, last pushed 4d ago), licensed MIT. It adds 117 tokens to every session and 2,472 once invoked, about $0.0006 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

monorepo-management

Sets up or audits a monorepo workspace: tool selection, package naming, shared tooling, inter-package dependencies, selective CI, and versioning strategy. Invoked when the user asks to set up a monorepo, add a workspace, or manage multiple packages in a single repository.

soulcodex/agentic · 63 tokens

bazel-monorepo-expert

Expert knowledge for managing large-scale Bazel monorepos with multiple services, shared libraries, and cross-cutting concerns. Use for workspace structure, visibility, and dependency management.

kinhluan/rules-quarkus-skills · 43 tokens

pnpm

Skill "pnpm" from pledgeandgrow/pledge-skills, covering pnpm documentation skill, key benefits, file index, quick start and install pnpm.

pledgeandgrow/pledge-skills · 31 tokens

use-agent-browser-for-airi

Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…

moeru-ai/airi · 87 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens