ui-audit

32
19
Source

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.

Install

mkdir -p .claude/skills/ui-audit && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1829" && unzip -o skill.zip -d .claude/skills/ui-audit && rm skill.zip

Installs to .claude/skills/ui-audit

About this skill

UI Audit Skill

Evaluate interfaces against proven UX principles. Based on Making UX Decisions by Tommy Geoco.

When to Use This Skill

  • Making UI/UX design decisions under time pressure
  • Evaluating design trade-offs with business context
  • Choosing appropriate UI patterns for specific problems
  • Reviewing designs for completeness and quality
  • Structuring design thinking for new interfaces

Core Philosophy

Speed ≠ Recklessness. Designing quickly is not automatically reckless. Recklessly designing quickly is reckless. The difference is intentionality.

The 3 Pillars of Warp-Speed Decisioning

  1. Scaffolding — Rules you use to automate recurring decisions
  2. Decisioning — Process you use for making new decisions
  3. Crafting — Checklists you use for executing decisions

Quick Reference Structure

Foundational Frameworks

  • references/00-core-framework.md — 3 pillars, decisioning workflow, macro bets
  • references/01-anchors.md — 7 foundational mindsets for design resilience
  • references/02-information-scaffold.md — Psychology, economics, accessibility, defaults

Checklists (Execution)

  • references/10-checklist-new-interfaces.md — 6-step process for designing new interfaces
  • references/11-checklist-fidelity.md — Component states, interactions, scalability, feedback
  • references/12-checklist-visual-style.md — Spacing, color, elevation, typography, motion
  • references/13-checklist-innovation.md — 5 levels of originality spectrum

Patterns (Reusable Solutions)

  • references/20-patterns-chunking.md — Cards, tabs, accordions, pagination, carousels
  • references/21-patterns-progressive-disclosure.md — Tooltips, popovers, drawers, modals
  • references/22-patterns-cognitive-load.md — Steppers, wizards, minimalist nav, simplified forms
  • references/23-patterns-visual-hierarchy.md — Typography, color, whitespace, size, proximity
  • references/24-patterns-social-proof.md — Testimonials, UGC, badges, social integration
  • references/25-patterns-feedback.md — Progress bars, notifications, validation, contextual help
  • references/26-patterns-error-handling.md — Form validation, undo/redo, dialogs, autosave
  • references/27-patterns-accessibility.md — Keyboard nav, ARIA, alt text, contrast, zoom
  • references/28-patterns-personalization.md — Dashboards, adaptive content, preferences, l10n
  • references/29-patterns-onboarding.md — Tours, contextual tips, tutorials, checklists
  • references/30-patterns-information.md — Breadcrumbs, sitemaps, tagging, faceted search
  • references/31-patterns-navigation.md — Priority nav, off-canvas, sticky, bottom nav

Usage Instructions

For Design Decisions

  1. Read 00-core-framework.md for the decisioning workflow
  2. Identify if this is a recurring decision (use scaffold) or new decision (use process)
  3. Apply the 3-step weighing: institutional knowledge → user familiarity → research

For New Interfaces

  1. Follow the 6-step checklist in 10-checklist-new-interfaces.md
  2. Reference relevant pattern files for specific UI components
  3. Use fidelity and visual style checklists to enhance quality

For Pattern Selection

  1. Identify the core problem (chunking, disclosure, cognitive load, etc.)
  2. Load the relevant pattern reference
  3. Evaluate benefits, use cases, psychological principles, and implementation guidelines

Decision Workflow Summary

When 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

Macro Bet Categories

Companies win through one or more of:

BetDescriptionDesign Implication
VelocityFeatures to market fasterReuse patterns, find metaphors in other markets
EfficiencyManage waste betterDesign systems, reduce WIP
AccuracyBe right more oftenStronger research, instrumentation
InnovationDiscover untapped potentialNovel patterns, cross-domain inspiration

Always align micro design bets with company macro bets.

Key Principle: Good Design Decisions Are Relative

A design decision is "good" when it:

  • Supports the product's jobs-to-be-done
  • Aligns with company macro bets
  • Respects constraints (time, tech, team)
  • Balances user familiarity with differentiation needs

There is no universally correct UI solution—only contextually appropriate ones.


Generating Audit Reports

When asked to audit a design, generate a comprehensive report. Always include these sections:

Required Sections (always include)

  1. Visual Hierarchy — Headings, CTAs, grouping, reading flow, type scale, color hierarchy, whitespace
  2. Visual Style — Spacing consistency, color usage, elevation/depth, typography, motion/animation
  3. Accessibility — Keyboard navigation, focus states, contrast ratios, screen reader support, touch targets

Contextual Sections (include when relevant)

  1. Navigation — For multi-page apps: wayfinding, breadcrumbs, menu structure, information architecture
  2. Usability — For interactive flows: discoverability, feedback, error handling, cognitive load
  3. Onboarding — For new user experiences: first-run, tutorials, progressive disclosure
  4. Social Proof — For landing/marketing pages: testimonials, trust signals, social integration
  5. Forms — For data entry: labels, validation, error messages, field types

Audit Output Format

{
  "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"
}

Checks Per Section (aim for 6-10 each)

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

a-stock-analysis

openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

703267

fivem

openclaw

Fix, create, or validate FiveM server resources for QBCore/ESX (config.lua, fxmanifest.lua, items, housing/furniture, scripts, MLOs). Use when asked to debug resource errors, convert ESX↔QB, update fxmanifest versions, add items, or source scripts from GitHub. Also use for SSH key generation for SFTP access.

329193

research-paper-writer

openclaw

Creates formal academic research papers following IEEE/ACM formatting standards with proper structure, citations, and scholarly writing style. Use when the user asks to write a research paper, academic paper, or conference paper on any topic.

74165

keyword-research

openclaw

Discovers high-value keywords with search intent analysis, difficulty assessment, and content opportunity mapping. Essential for starting any SEO or GEO content strategy.

429102

weread

openclaw

WeChat Reading (微信读书) CLI tool for fetching notes and highlights. Use when: (1) user asks about weread/微信读书 notes or highlights, (2) fetching today's or recent reading notes, (3) exporting book highlights, (4) managing reading bookshelf, (5) any task involving reading notes from WeChat Reading.

10384

html-to-ppt

openclaw

Convert HTML/Markdown to PowerPoint presentations using Marp

29679

You might also like

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

2,6082,340

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

2,1111,619

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

3,4341,487

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

2,1961,420

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

2,3131,173

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

1,882941