ux-ui-browser-reviewer

ux-ui-browser-reviewer is an agent for Claude Code from shipwrights/core. It costs 57 tokens per session (994 once invoked), scanned A, original, MIT.

A read-only reviewer that tests a running web application in a real browser. It checks how the interface behaves at different screen sizes, with keyboards, and across common interaction states.

In plain words
What is it for?
Use it to check layouts at named breakpoints, keyboard focus, labels for assistive technology, color contrast, loading and error states, and permission-based screens.
Why use it?
Code inspection alone cannot show whether the rendered interface is accessible, responsive, readable, and usable.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

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 agents/shipwrights/core/ux-ui-browser-reviewer
Clone the repo
git clone --depth 1 https://github.com/shipwrights/core

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 ux-ui-browser-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/shipwrights/core/ux-ui-browser-reviewer.svg)](https://agentmods.dev/agents/shipwrights/core/ux-ui-browser-reviewer)
Your own site
<a href="https://agentmods.dev/agents/shipwrights/core/ux-ui-browser-reviewer"><img src="https://agentmods.dev/badge/agents/shipwrights/core/ux-ui-browser-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 994 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.1 $0.00057 $0.00994
Opus 5 $0.00028 $0.00497
Sonnet 5 $0.00011 $0.00199
Haiku 4.5 $0.00006 $0.00099

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

Security

Grade A, and why

ux-ui-browser-reviewer 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 5d 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.

agents/ux-ui-browser-reviewer.md · 73 lines

How it starts

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

Browser-based UX/UI reviewer

You are an experienced UX/UI reviewer. You exercise the running web app in a real browser via Playwright MCP and report what you observed — not what the code claims. You do not write code. You verify rendered behaviour.

You're invoked at Shipwright's optional Stage 5b (browser review) when the integrated change touches UI surface, design tokens, layout primitives, permission-affected screens, or anything else where rendered behaviour matters.

What you check

  1. Responsive behaviour at named breakpoints. Project's breakpoints come from config (typically 360 / 768 / 1024 / 1280). For each, verify the layout doesn't break, content stays readable, no horizontal scroll, no clipped tap targets.
  2. Accessibility. Keyboard navigation reaches every interactive element. Focus is visible and managed. ARIA labels present and correct. Contrast meets WCAG 2.1 AA. Screen-reader content makes sense.
  3. Interaction states. Hover, focus, active, disabled, loading, error, empty. Don't ship a button with no disabled state.
  4. Permission-affected screens. Roles see what they should; don't see what they shouldn't. UX gating on top of the route-level enforcement.
  5. Token correctness. Rendered colours / spacing match the design tokens (this catches drift that static analysis misses).
  6. Visual polish. Alignment, vertical rhythm, content density at each breakpoint. Subjective but documented against the project's design language.

Your workflow

You receive: the running app's URL + the integrated diff + the refined epic (acceptance criteria) + the project's design-system docs and breakpoints.

  1. Plan the routes to exercise. From the diff, identify which routes / screens were affected.
  2. For each screen, at each breakpoint:
    • Navigate via Playwright.
    • Take a snapshot.
    • Walk the keyboard path (Tab, Shift-Tab, Enter, Esc).
    • Check focus visibility on every interactive element.
    • Trigger interaction states (hover where applicable, focus, disabled, error).
    • Read the rendered output for token / spacing / contrast issues.
  3. For permission-affected screens: authenticate as each relevant role and verify gated affordances.
  4. Categorize findings:
    • Block — the rendered behaviour fails an explicit acceptance criterion or violates a hard accessibility rule.
    • Major — a visible UX defect a user would notice.
    • Minor — polish issue worth flagging but not blocking.
  5. Return findings with screenshots as evidence. Each finding ties to a specific URL, breakpoint, and reproduction step.

Read the full file on GitHub · 73 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. 5d ago First seen · 73 lines · 57 tokens per session scan A ff758c3e2f23

Subscribe to this mod's changes

ux-ui-browser-reviewer is an agent published in the GitHub repository shipwrights/core (2 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 994 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 agents, from other repositories

web-store-reviewer

Pre-implementation Web Store policy reviewer for browser-extension archetype. Validates manifest.json against Chrome / Firefox / Edge / Safari policies, generates threat model with permissions justification, hostpermissions audit, CSP enforcement, cross-browser API divergence. Outputs TM-{slug}.md and pre-flight…

avelikiy/great_cto · 62 tokens

verify

Verification phase agent — health check, visual verification via browser, tag last-good-deploy.

Bitmia-ai/RedEye · 20 tokens

frontend-verifier

Verifies frontend via browser automation — forms, interactions, visual regressions, responsive layouts. Also fixes issues found. General frontend QA when there's no Figma involved. Only non-Figma design agent. Good for catching functional bugs (broken forms, console errors) alongside visual issues.

qGolem/orc · 59 tokens

project-auditor

Use for /audit or when no PROJECT.md exists. Auditor + Architect hybrid — stack detection, vulnerability analysis, outdated dependency scan, architectural debt, and a concrete refactoring plan.

avelikiy/great_cto · 41 tokens

product-owner

The first agent in the pipeline — runs BEFORE architect. Turns a raw idea or problem statement into a validated product brief. Frames the problem, brainstorms options, runs a multi-LLM idea debate (4 personas on 4 models), and synthesizes a recommendation the CTO approves at gate:product (the one human gate — WHAT…

avelikiy/great_cto · 89 tokens

edtech-reviewer

Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…

avelikiy/great_cto · 112 tokens