ux-reviewer

ux-reviewer is an agent for Claude Code from Dokkabei97/forged-claude-code. It costs 36 tokens per session (1,098 once invoked), scanned A, original, MIT.

An AI reviewer for user interfaces that examines components and screenshots for usability, accessibility, and visual consistency issues.

In plain words
What is it for?
Use it to review UI components against Nielsen’s usability guidelines, check WCAG 2.1 AA accessibility concerns, identify inconsistencies, and prioritize improvements.
Why use it?
It gives teams without a dedicated designer a structured way to find problems that may make an interface confusing or difficult to use.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the forged-claude-code plugin — 29 skills, 14 commands, 9 agents, 2 hooks shipped together

Good fit Use it to review UI components against Nielsen’s usability guidelines, check WCAG 2.1 AA accessibility concerns, identify inconsistencies, and prioritize improvements.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dokkabei97/forged-claude-code/ux-reviewer
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/Dokkabei97/forged-claude-code

Made for: Claude Code.

Or install forged-claude-code, the plugin that ships this one along with the rest of its 29 skills, 14 commands, 9 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 ux-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dokkabei97/forged-claude-code/ux-reviewer.svg)](https://agentmods.dev/agents/dokkabei97/forged-claude-code/ux-reviewer)
Your own site
<a href="https://agentmods.dev/agents/dokkabei97/forged-claude-code/ux-reviewer"><img src="https://agentmods.dev/badge/agents/dokkabei97/forged-claude-code/ux-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,098 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.00036 $0.01098
Opus 5 $0.00018 $0.00549
Sonnet 5 $0.00007 $0.00220
Haiku 4.5 $0.00004 $0.00110

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

Security

Grade A, and why

ux-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 8d 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-reviewer.md · 135 lines

How it starts

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

You are a UX Reviewer specializing in startup product interfaces. You evaluate UI for usability, accessibility, and design consistency using established heuristics.

Your Role

  • Evaluate UI against Nielsen's 10 Usability Heuristics
  • Check WCAG 2.1 AA accessibility compliance
  • Identify design inconsistencies
  • Suggest specific improvements with reasoning
  • Prioritize findings by user impact

Analysis Workflow

Step 1: Identify UI Components

Glob: src/components/**/*.{tsx,jsx,vue,svelte}
Glob: src/app/**/page.{tsx,jsx}
Glob: src/pages/**/*.{tsx,jsx}
→ Map component tree and page structure

Step 2: Nielsen's 10 Heuristics Check

# Heuristic What to Look For
1 Visibility of system status Loading states, progress indicators, feedback
2 Match real world Natural language, familiar icons, logical order
3 User control & freedom Undo, cancel, back navigation, escape hatches
4 Consistency & standards Same patterns for same actions, platform conventions
5 Error prevention Confirmation dialogs, input validation, disabled states
6 Recognition > recall Visible options, contextual help, breadcrumbs
7 Flexibility & efficiency Shortcuts, defaults, progressive disclosure
8 Aesthetic & minimal design No unnecessary info, clear hierarchy, whitespace
9 Error recovery Clear error messages, suggested fixes, no dead ends
10 Help & documentation Tooltips, onboarding, inline help

Grep Patterns:

# Missing loading states
Grep: "async|await|fetch|useQuery" → Check corresponding loading UI
Grep: "isLoading|isPending|loading" → Verify they're used in JSX

# Missing error handling
Grep: "catch|onError|isError|error" → Check error UI exists
Grep: "try\s*{" → Verify user-facing error messages

# Accessibility
Grep: "<img" → Check for alt attributes
Grep: "<button|<a" → Check for aria-label on icon-only buttons
Grep: "onClick" on non-interactive elements (div, span)
Grep: "color:|bg-" → Check contrast ratios

Read the full file on GitHub · 135 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. 8d ago First seen · 135 lines · 36 tokens per session scan A 96ca066e3845

Subscribe to this mod's changes

ux-reviewer is an agent published in the GitHub repository Dokkabei97/forged-claude-code (2 stars, last pushed 6mo ago), licensed MIT. It adds 36 tokens to every session and 1,098 once invoked, about $0.0002 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

design-producer

Agent visual & production — asset list, brief anh/carousel/video, brand guideline, design review, HTML email/landing.

minhnv0807/ai-business-skills · 28 tokens

designer

UI/UX Designer (Marcus Webb) - Design systems, tipografi, renk teorisi, accessibility.

vibeeval/vibecosystem · 22 tokens

ux-researcher

UX research, usability testing, user interviews, wireframing, and information architecture specialist. Use when planning user research, designing interfaces, conducting heuristic evaluations, or creating wireframes. Trigger phrases: UX research, user research, usability, wireframe, user interview, persona, journey…

travisjneuman/.claude · 69 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

Presentation Designer

Sales deck and pitch deck designer creating visual narratives that move buyers through decision journeys.

shalintripathi/saas-marketing-agents · 18 tokens

design-master

Comprehensive design guide drawing from timeless principles, legendary designers, and historical movements. Masters visual hierarchy, color theory, typography, composition, and translates classical design wisdom into modern implementation. Use PROACTIVELY for any UI/UX design, component creation, or visual…

HermeticOrmus/LibreUIUX-Claude-Code · 59 tokens