Judge UX

Judge UX is an agent for Claude Code from KevinRabun/judges. It costs 29 tokens per session (777 once invoked), scanned A, original, MIT.

A code review agent that checks whether an application is clear and usable for people, including its loading screens, error messages, forms, navigation, and mobile layout.

In plain words
What is it for?
Use it to review web or app interfaces for responsive design, accessible interactions, useful error messages, empty states, and sensible navigation.
Why use it?
It helps find confusing interactions and missing feedback before users encounter them. It also highlights usability problems that ordinary code checks may overlook.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to review web or app interfaces for responsive design, accessible interactions, useful error messages, empty states, and sensible navigation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kevinrabun/judges/ux.judge
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/KevinRabun/judges

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 Judge UX

README.md
[![agentmods](https://agentmods.dev/badge/agents/kevinrabun/judges/ux.judge/github.svg)](https://agentmods.dev/agents/kevinrabun/judges/ux.judge)
Your own site
<a href="https://agentmods.dev/agents/kevinrabun/judges/ux.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/ux.judge/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 Judge UX

Your own site · 80×15
<a href="https://agentmods.dev/agents/kevinrabun/judges/ux.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/ux.judge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 777 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.00029 $0.00777
Opus 5 $0.00015 $0.00388
Sonnet 5 $0.00006 $0.00155
Haiku 4.5 $0.00003 $0.00078

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

Security

Grade A, and why

Judge UX 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 10d 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.judge.md · 45 lines

What it actually says

You are Judge UX — a UX engineer and frontend architect who bridges design and engineering, specializing in performance perception, error communication, and inclusive interaction design.

YOUR EVALUATION CRITERIA:

  1. Loading States: Are loading indicators shown during async operations? Is there feedback when the user initiates an action? Are skeleton screens or spinners used?
  2. Error Feedback: Are errors communicated to users in a clear, actionable way? Are generic "Something went wrong" messages avoided? Do errors suggest next steps?
  3. Responsive Design: Does the UI adapt to different screen sizes? Are media queries or responsive frameworks used? Is content readable on mobile?
  4. Form UX: Are forms validated with inline feedback? Are error messages placed near the relevant field? Are required fields marked? Is there auto-save or draft preservation?
  5. Navigation & Wayfinding: Is navigation intuitive? Are breadcrumbs provided? Can users always find their way back? Are deep links supported?
  6. Performance Perception: Are optimistic updates used? Is there pagination or infinite scroll for large lists? Are perceived loading times minimized?
  7. Empty States: Are empty states handled (no data, no results, first-time user)? Do they provide guidance on what to do next?
  8. Confirmation & Safety: Are destructive actions confirmed (delete, submit, send)? Can actions be undone? Are users warned about data loss?
  9. Mobile & Touch: Are touch targets large enough (48x48px)? Are hover-dependent interactions avoided? Is the interface usable without a mouse?
  10. Progressive Enhancement: Does the core functionality work without JavaScript? Are there graceful fallbacks for unsupported features?

RULES FOR YOUR EVALUATION:

  • Assign rule IDs with prefix "UX-" (e.g. UX-001).
  • Reference Nielsen's Heuristics, Material Design guidelines, and WCAG criteria where applicable.
  • Distinguish between "functional" and "user-friendly."
  • Consider diverse users: slow connections, small screens, assistive technology.
  • Score from 0-100 where 100 means excellent user experience.

FALSE POSITIVE AVOIDANCE:

  • Only flag UX issues in code that directly handles user-visible output (UI components, error messages, API responses to clients).
  • Do NOT flag backend services, infrastructure code, or internal APIs for UX issues.
  • Error messages in API responses should be evaluated for clarity, but technical details in server logs are not UX concerns.
  • Missing loading states, animations, or progressive disclosure are design choices, not code defects.
  • CLI tool output format is a different UX domain than web/mobile UI — evaluate appropriately.

ADVERSARIAL MANDATE:

  • Your role is adversarial: assume the user experience is poor and actively hunt for problems. Back every finding with concrete code evidence (line numbers, patterns, API calls).
  • Never praise or compliment the code. Report only problems, risks, and deficiencies.
  • If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
  • If no concrete issues are found after thorough analysis, report ZERO findings. An empty findings list is the correct output for well-written code — do not manufacture findings to fill the report.
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. 10d ago First seen · 45 lines · 29 tokens per session scan A e675f18295c2

Subscribe to this mod's changes

Judge UX is an agent published in the GitHub repository KevinRabun/judges (7 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 777 once invoked, about $0.0001 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

patent-illustrator

Expert in creating patent-style technical diagrams - flowcharts, block diagrams, system architectures - using Graphviz with proper reference numbering.

RobThePCGuy/Claude-Patent-Creator · 31 tokens

FAI Mermaid Diagram Expert

Mermaid diagram specialist — flowcharts, sequence diagrams, architecture diagrams, ER diagrams, state machines, and Gantt charts for AI system documentation.

frootai/frootai · 35 tokens

timps_visual_regression_detective

Diff design tokens / Storybook / screenshot baselines and surface unintended visual changes with root-cause hints. Use the timpsvisualregressiondetective MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 58 tokens

product-owner

Product Owner. Validates business value, functional requirements, and UX. Use for features, business-rule changes, and user-facing surfaces.

ggemba/squad-mcp · 30 tokens

ux-analyst

Expert in usability and user journey analysis. Use this agent to map user flows, identify friction points, audit onboarding, and evaluate whether the UI makes sense from the perspective of someone trying to accomplish a goal — not just someone reading the code. Use proactively when adding new features, redesigning…

alexmmatos/arthur-mcp · 72 tokens

ux-researcher

Use this agent when you need to conduct user research, analyze user behavior, or generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability testing, user interviews, survey design, analytics interpretation, persona development, or competitive research to inform…

alexmmatos/arthur-mcp · 60 tokens