Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

ux-review用户体验审查

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

1,053

周安装

43

GitHub Stars

15

下载量

337
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ux-review(用户体验审查)
来源仓库:https://github.com/nickcrew/claude-ctx-plugin
仓库路径:skills/ux-review
安装命令:
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill ux-review
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill ux-review

简介

用于系统化审查现有界面是否符合最佳实践。

  • 适合检查一致性、可访问性与易用性缺陷。
  • 使用时需指定审查范围与重点维度。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 提供具体修改建议并标注优先级。ux-review 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装方式:github,支持批量文件分析与反馈生成。

SKILL.md

UX Review

Comprehensive user experience review that coordinates usability, accessibility, and interaction design perspectives for thorough analysis of components, flows, or features.

When to Use This Skill

  • Reviewing new components or features before release
  • Evaluating existing flows for usability issues
  • PR reviews that touch UI/UX code
  • Design system component reviews
  • Onboarding flow or checkout flow optimization
  • Avoid using for purely visual/aesthetic reviews — use ui-design-aesthetics instead

Workflow

Step 1: Gather Context

Answer these questions before reviewing:

  1. What is the user trying to accomplish?
  2. What is this component's role in the larger flow?
  3. Who are the target users (personas, skill level)?
  4. What are the success criteria?

Step 2: Run Heuristic Scan (Nielsen's 10)

Evaluate the interface against each heuristic:

HeuristicCheck
Visibility of system statusDoes the user always know what's happening?
Match with real worldDoes it use familiar language and concepts?
User control and freedomCan users undo, go back, escape?
Consistency and standardsDoes it follow platform conventions?
Error preventionAre mistakes prevented before they happen?
Recognition over recallIs information visible rather than memorized?
Flexibility and efficiencyAre there shortcuts for expert users?
Aesthetic and minimalist designIs every element necessary?
Error recoveryAre error messages helpful and actionable?
Help and documentationIs guidance available when needed?

Step 3: Multi-Perspective Analysis

Usability Perspective

  • User flow: Is the path to completion clear and efficient?
  • Information architecture: Is content organized logically?
  • Cognitive load: Is the interface overwhelming?
  • Mental models: Does it work like users expect?

Accessibility Perspective (WCAG 2.1 AA)

  • Keyboard navigation: Can everything be done without a mouse?
  • Screen reader: Is the experience equivalent for assistive tech users?
  • Color contrast: Do all text/UI elements meet 4.5:1 ratio?
  • Focus management: Is focus order logical, visible, and never trapped?
<!-- Example: Accessible button with proper ARIA -->
<button aria-label="Close dialog" aria-describedby="close-hint">
  <svg aria-hidden="true"><!-- icon --></svg>
</button>
<span id="close-hint" class="sr-only">Press Escape to close</span>

Interaction Design Perspective

  • State coverage: Are all states handled (loading, empty, error, success)?
  • Feedback: Does the user know their action worked?
  • Transitions: Are animations purposeful and under 300ms?
  • Progressive disclosure: Is complexity revealed appropriately?

Step 4: Prioritize Findings

Categorize every finding:

PriorityCriteriaAction
CriticalBlocks usability or fails WCAG AAMust fix before release
HighSignificantly degrades experienceFix in current sprint
EnhancementImproves delight and efficiencyBacklog for next iteration
FutureLong-term improvementsTrack in roadmap

Step 5: Produce Review Report

## UX Review: [Component/Flow Name]

### Summary
[2-3 sentence executive summary]

### Critical Issues
- [ ] Issue 1: [Description, impact, WCAG criterion if applicable]
- [ ] Issue 2: [Description, impact]

### Recommendations by Category

#### Usability
| Finding | Impact | Recommendation |
|---------|--------|----------------|
| [Issue] | High/Med/Low | [Fix] |

#### Accessibility
| Finding | WCAG Criterion | Recommendation |
|---------|----------------|----------------|
| [Issue] | [2.x.x Level] | [Fix] |

#### Interaction Design
| Finding | Impact | Recommendation |
|---------|--------|----------------|
| [Issue] | High/Med/Low | [Fix] |

### Next Steps
1. Create issues for critical findings
2. Add accessibility requirements to acceptance criteria
3. Schedule follow-up review after fixes

Focus Area Deep Dives

Use --focus to narrow the review scope:

  • --focus=ux: User flow mapping, task efficiency, error recovery, learnability
  • --focus=a11y: WCAG 2.1 AA audit, keyboard nav, screen reader, contrast, focus management
  • --focus=interaction: State coverage, feedback timing, micro-interactions, animation review

Best Practices

  • Test with real content — Lorem ipsum hides information architecture problems
  • Check all states — Empty, loading, error, success, and edge-case states
  • Verify keyboard flow — Tab through the entire component without a mouse
  • Use browser dev tools — Lighthouse accessibility audit catches low-hanging fruit
  • Prioritize ruthlessly — A focused list of critical fixes beats a wall of suggestions

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.8%
按下载量换算134

Claude

27.92%
按下载量换算94

Cursor

19.29%
按下载量换算65

Gemini CLI

10.08%
按下载量换算34

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills