AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ui-audit或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ui-audit⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ui-audit/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ui-audit description: "AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco." author: Tommy Geoco homepage: https://audit.uxtools.co logo: logo-light.png logoDark: logo-dark.png ---
Evaluate interfaces against proven UX principles. Based on Making UX Decisions by Tommy Geoco.
Speed ≠ Recklessness. Designing quickly is not automatically reckless. Recklessly designing quickly is reckless. The difference is intentionality.
references/00-core-framework.md — 3 pillars, decisioning workflow, macro betsreferences/01-anchors.md — 7 foundational mindsets for design resiliencereferences/02-information-scaffold.md — Psychology, economics, accessibility, defaultsreferences/10-checklist-new-interfaces.md — 6-step process for designing new interfacesreferences/11-checklist-fidelity.md — Component states, interactions, scalability, feedbackreferences/12-checklist-visual-style.md — Spacing, color, elevation, typography, motionreferences/13-checklist-innovation.md — 5 levels of originality spectrumreferences/20-patterns-chunking.md — Cards, tabs, accordions, pagination, carouselsreferences/21-patterns-progressive-disclosure.md — Tooltips, popovers, drawers, modalsreferences/22-patterns-cognitive-load.md — Steppers, wizards, minimalist nav, simplified formsreferences/23-patterns-visual-hierarchy.md — Typography, color, whitespace, size, proximityreferences/24-patterns-social-proof.md — Testimonials, UGC, badges, social integrationreferences/25-patterns-feedback.md — Progress bars, notifications, validation, contextual helpreferences/26-patterns-error-handling.md — Form validation, undo/redo, dialogs, autosavereferences/27-patterns-accessibility.md — Keyboard nav, ARIA, alt text, contrast, zoomreferences/28-patterns-personalization.md — Dashboards, adaptive content, preferences, l10nreferences/29-patterns-onboarding.md — Tours, contextual tips, tutorials, checklistsreferences/30-patterns-information.md — Breadcrumbs, sitemaps, tagging, faceted searchreferences/31-patterns-navigation.md — Priority nav, off-canvas, sticky, bottom nav00-core-framework.md for the decisioning workflow10-checklist-new-interfaces.mdWhen facing a UI decision:
1. WEIGH INFORMATION
├─ What does institutional knowledge say? (existing patterns, brand, tech constraints)
├─ What are users familiar with? (conventions, competitor patterns)
└─ What does research say? (user testing, analytics, studies)
2. NARROW OPTIONS
├─ Eliminate what conflicts with constraints
├─ Prioritize what aligns with macro bets
└─ Choose based on JTBD support
3. EXECUTE
└─ Apply relevant checklist + patterns
Companies win through one or more of:
| Bet | Description | Design Implication | |-----|-------------|-------------------| | Velocity | Features to market faster | Reuse patterns, find metaphors in other markets | | Efficiency | Manage waste better | Design systems, reduce WIP | | Accuracy | Be right more often | Stronger research, instrumentation | | Innovation | Discover untapped potential | Novel patterns, cross-domain inspiration |
Always align micro design bets with company macro bets.
A design decision is "good" when it:
There is no universally correct UI solution—only contextually appropriate ones.
---
When asked to audit a design, generate a comprehensive report. Always include these sections:
{
"title": "Design Name — Screen/Flow",
"project": "Project Name",
"date": "YYYY-MM-DD",
"figma_url": "optional",
"screenshot_url": "optional - URL to screenshot",
"macro_bets": [
{ "category": "velocity|efficiency|accuracy|innovation", "description": "...", "alignment": "strong|moderate|weak" }
],
"jtbd": [
{ "user": "User Type", "situation": "context without 'When'", "motivation": "goal without 'I want to'", "outcome": "benefit without 'so I can'" }
],
"visual_hierarchy": {
"title": "Visual Hierarchy",
"checks": [
{ "label": "Check name", "status": "pass|warn|fail|na", "notes": "Details" }
]
},
"visual_style": { ... },
"accessibility": { ... },
"priority_fixes": [
{ "rank": 1, "title": "Fix title", "description": "What and why", "framework_reference": "XX-filename.md → Section Name" }
],
"notes": "Optional overall observations"
}
Visual Hierarchy: heading distinction, primary action clarity, grouping/proximity, reading flow, type scale, color hierarchy, whitespace usage, visual weight balance
Visual Style: spacing consistency, color palette adherence, elevation/shadows, typography system, border/radius consistency, icon style, motion principles
Accessibility: keyboard operability, visible focus, color contrast (4.5:1), touch targets (44px), alt text, semantic markup, reduced motion support
Navigation: clear current location, predictable menu behavior, breadcrumb presence, search accessibility, mobile navigation pattern
Usability: feature discoverability, feedback on actions, error prevention, recovery options, cognitive load management, loading states
安装 UI Audit 后,可以对 AI 说这些话来触发它
Help me get started with UI Audit
Explains what UI Audit does, walks through the setup, and runs a quick demo based on your current project
Use UI Audit to aI skill for automated UI audits
Invokes UI Audit with the right parameters and returns the result directly in the conversation
What can I do with UI Audit in my marketing & growth workflow?
Lists the top use cases for UI Audit, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ui-audit/ 目录(个人级,所有项目可用),或 .claude/skills/ui-audit/(项目级)。重启 AI 客户端后,用 /ui-audit 主动调用,或让 AI 根据上下文自动发现并使用。
UI Audit 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
UI Audit 可免费安装使用。请查阅仓库了解许可证信息。
AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.
UI Audit 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using UI Audit
Identifies repetitive steps in your workflow and sets up UI Audit to handle them automatically