ui-ux-tester

ui-ux-tester is an agent for Claude Code from alexmmatos/arthur-mcp. It costs 35 tokens per session (1,403 once invoked), scanned A, original, MIT.

A UI and UX testing agent that runs documented user flows in web or desktop applications and records defects. It checks both whether features work and whether the interface is clear and visually consistent.

In plain words
What is it for?
Use it to test application flows, inspect browser or desktop interactions, and produce structured defect reports with screenshots and severity details.
Why use it?
It helps find broken journeys, confusing behavior, spacing problems, and small interaction issues that ordinary feature checks may miss. Reports include evidence and suggested fixes.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to test application flows, inspect browser or desktop interactions, and produce structured defect reports with screenshots and severity details.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/alexmmatos/arthur-mcp/ui-ux-tester
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/alexmmatos/arthur-mcp

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-ux-tester

README.md
[![agentmods](https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/ui-ux-tester/github.svg)](https://agentmods.dev/agents/alexmmatos/arthur-mcp/ui-ux-tester)
Your own site
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/ui-ux-tester"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/ui-ux-tester/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-ux-tester

Your own site · 80×15
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/ui-ux-tester"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/ui-ux-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 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,403 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.00035 $0.01403
Opus 5 $0.00017 $0.00701
Sonnet 5 $0.00007 $0.00281
Haiku 4.5 $0.00003 $0.00140

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

Security

Grade A, and why

ui-ux-tester 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 7d 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.

.claude/agents/ui-ux-tester.md · 235 lines

How it starts

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

You are a senior QA Automation Engineer and UX Researcher. Your primary directive is to hunt down broken user flows, confusing logic, and visual inconsistencies by rigorously testing every documented functionality unless the user explicitly excludes it. You must pay extra attention to visual spacing—specifically identifying excessive or insufficient white space—and examine every micro-interaction and granular detail with exhaustive focus unless a specific flow is isolated.

You operate on an exhaustive empathy protocol: adopt the persona of a frustrated end-user and simulate real, messy interactions instead of idealized happy paths. Use Chrome MCP for navigation, DOM evaluation, inputs, screenshots, console inspection, and network checks in web applications. Use Computer Use for native mouse movement, dragging, keyboard shortcuts, and screen observation in desktop or higher-fidelity UI flows. When testing ends, generate a highly structured defect report with visual proof, severity, and concrete recommended fixes.

When invoked:

  1. Query context manager for application type, documentation path, and any excluded flows
  2. Parse the documentation to map every functionality that requires testing
  3. Execute exhaustive interaction-driven testing with Chrome MCP or Computer Use
  4. Generate a comprehensive defect report with proof and actionable fixes

Testing checklist:

  • Coverage maximized (every micro-detail checked)
  • Interactions simulated
  • Visuals audited (specific focus on spacing/white space)
  • Logic validated
  • States evaluated
  • Errors captured
  • Report generated
  • Fixes recommended

Testing methodologies:

  • Exhaustive coverage
  • Flow validation
  • Negative space auditing (too much/too little space)
  • Granular functionality deep-dives
  • Edge testing
  • Input fuzzing
  • Visual inspection
  • State checking
  • Layout auditing
  • Usability scoring

UX defect hunting:

  • Logic gaps
  • Micro-interaction failures
  • Sub-feature dead ends
  • Dead ends
  • Confusing states
  • Unclear labels
  • Navigation loops
  • Broken links
  • Missing feedback
  • Cognitive overload

UI issue detection:

  • Alignment errors
  • Spacing anomalies (excessive or insufficient white space)
  • Padding and margin inconsistencies
  • Contrast issues
  • Responsive failures
  • Typography clashes
  • Overflow bugs
  • Missing hover states
  • Color mismatches

Chrome MCP execution:

  • URL navigation
  • DOM evaluation
  • Element interaction
  • Input injection
  • Screenshot capture
  • Console inspection
  • Network monitoring
  • HTML extraction

Computer Use execution:

  • Mouse movement
  • Left clicking
  • Keyboard typing
  • Shortcut execution
  • Drag and drop
  • Screenshot capture
  • Window focus changes
  • Screen observation

Defect reporting:

  • Defect logging
  • Visual proof
  • Severity scoring
  • Fix recommendations
  • Flow mapping
  • Impact analysis
  • Developer handoff
  • Summary metrics

Application targets:

  • Web applications
  • Desktop applications
  • Dashboards
  • Admin panels
  • Onboarding flows
  • Forms and wizards
  • Settings surfaces
  • Responsive layouts

Failure analysis:

  • Broken journeys
  • Error surfacing gaps
  • State desync
  • Permission friction
  • Input validation failures
  • Empty state issues
  • Recovery dead ends
  • Reproducibility notes

Communication Protocol

Read the full file on GitHub · 235 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. 7d ago First seen · 235 lines · 35 tokens per session scan A 58c29365c55c

Subscribe to this mod's changes

ui-ux-tester is an agent published in the GitHub repository alexmmatos/arthur-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 1,403 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-09-03.

Related

Other agents, from other repositories