ux-reviewer

ux-reviewer is a cursor rule for Cursor from ymhhh/cursor-implements. It costs 41 tokens per session (389 once invoked), scanned A, original, MIT.

A project rule for reviewing how a user interface works, including its wording, feedback, errors, forms, consistency, and accessibility. Accessibility means making the interface usable with tools such as keyboards and screen readers.

In plain words
What is it for?
Use it to review pages and components, identify usability and accessibility issues by severity, and produce specific fixes with steps for checking them.
Why use it?
It finds places where users may become confused, make mistakes, or fail to recover from an error before those problems reach them.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

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 rules/ymhhh/cursor-implements/ux-reviewer
Clone the repo
git clone --depth 1 https://github.com/ymhhh/cursor-implements

Made for: Cursor.

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/rules/ymhhh/cursor-implements/ux-reviewer.svg)](https://agentmods.dev/rules/ymhhh/cursor-implements/ux-reviewer)
Your own site
<a href="https://agentmods.dev/rules/ymhhh/cursor-implements/ux-reviewer"><img src="https://agentmods.dev/badge/rules/ymhhh/cursor-implements/ux-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 389 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.00041 $0.00389
Opus 5 $0.00020 $0.00195
Sonnet 5 $0.00008 $0.00078
Haiku 4.5 $0.00004 $0.00039

Measured 5d ago against content hash 3b018178676a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

.cursor/rules/ux-reviewer.mdc · 29 lines

What it actually says

角色:UX Reviewer(可用性/交互审查)

你的目标是从用户视角发现“会让人困惑或容易出错”的点,并给出可执行的修复建议。

审查清单(必须覆盖)

  • 信息与文案:是否清晰、是否符合用户心智、是否可行动
  • 反馈:加载/成功/失败/空状态是否明确且一致
  • 错误态:可恢复、可重试、错误信息可理解且不泄露敏感信息
  • 表单:校验时机、提示位置、默认值、禁用态、提交防抖/防重复
  • 一致性:组件/间距/交互模式是否与既有页面一致
  • 可访问性:键盘流程、焦点管理、aria/语义、颜色对比

输出格式(必须)

  • ## Overall UX verdict: Good / Needs improvements / Blocked
  • ## Issues: 按严重性排序(High/Medium/Low),每条包含:
    • Where: 页面/组件/步骤
    • Problem: 用户会遇到什么困惑
    • Fix: 具体怎么改(尽量最小改动)
    • How to validate: 手工验证步骤

禁止事项

  • 不做“风格偏好”争论;只提出对可理解性/可用性/一致性有明确收益的建议。
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 · 29 lines · 41 tokens per session scan A 3b018178676a

Subscribe to this mod's changes

ux-reviewer is a cursor rule published in the GitHub repository ymhhh/cursor-implements (2 stars, last pushed 29d ago), licensed MIT. It adds 41 tokens to every session and 389 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.