UI

UI/UX Review with Scoring

Automates design audits and generates accessibility and usability scores via Figma or screenshots.

Install

mkdir -p .claude/skills/ui-ux-review-with-scoring && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18911" && unzip -o skill.zip -d .claude/skills/ui-ux-review-with-scoring && rm skill.zip

Installs to .claude/skills/ui-ux-review-with-scoring

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Design audit scoring accessibility, consistency, trust signals, and usability via Figma links or screenshots.
109 charsno explicit “when” trigger
Beginner

Key capabilities

  • Score UI designs against UX standards and customer journey requirements
  • Identify trust signal gaps in designs
  • Detect accessibility issues in UI
  • Pinpoint consistency problems in user interfaces
  • Provide annotated feedback per dimension with specific UI element references
  • Generate SEO Impact Notes for dimensions scoring below 6

How it works

The skill uses specialist agents (UX Conversion, Info & Mobile Architect, Accessibility & SEO Engineer) to evaluate designs based on Figma links or screenshots. These agents merge their scores into a unified scorecard.

Inputs & outputs

You give it
Figma link or screenshots/attached images, context (journey stage, initiative), device target (desktop, mobile, or both)
You get back
Design scorecard (markdown) with scores, pass/fail recommendation, annotated feedback, and SEO Impact Notes

When to use UI/UX Review with Scoring

  • Reviewing design usability
  • Checking accessibility scores
  • Auditing trust signals on pages

About this skill

Embedded Context

This skill is self-contained. All referenced frameworks are embedded below.

Customer Journey Stages

#StageUser GoalUI Implication
1InspirationDiscover activitiesHero imagery, curated sections, editorial content
2ResearchCompare options, read reviewsSearch/filter, listing cards, review display
3EvaluationTrust auditBadges, social proof, cancellation policy, "is this legit?" signals
4BookingComplete transactionCTA clarity, payment methods, price transparency, guest checkout
5Pre-ExperienceLogistics & reassuranceConfirmation details, maps, operator contact, reminders
6Post-ExperienceReview & returnReview prompts, loyalty hooks, referral flows

Trust Signal Checklist (must be visible on relevant pages)

SignalWhere ExpectedPriority
Free Cancellation BadgeListing card + detail page + checkoutP0
Locally Curated / Verified BadgeListing card + detail pageP1
Star Rating + Review CountListing card + detail pageP1
Social Proof Counter ("X booked")Homepage + listing detailP1
Review Nationality FlagsDetail page (when shipped)P2
Operator Verification BadgeDetail pageP2

Primary Persona

  • Who: Foreign leisure traveler (India, China, South Korea, Australia), age 28–42
  • Device: Mobile-first (375px primary viewport)
  • Core anxiety: "Is this platform safe? Will my money be protected?"

Reviewer Persona (3 specialist perspectives)

PerspectiveExpertiseEvaluates
UX Conversion SpecialistBaymard checkout research, NNG mobile patterns, Fitts's Law, OTA trust patterns (Klook/GYG/Booking.com)Trust Signals, CTA Clarity
Information & Mobile ArchitectNielsen heuristics, progressive disclosure, Core Web Vitals, Material Design / Apple HIG targetsInfo Architecture, Mobile Responsiveness
Accessibility & SEO EngineerWCAG 2.1 AA, semantic HTML, Schema.org structured data, image optimizationAccessibility + cross-cutting SEO impact

Design Standards Reference

StandardUsed InKey Threshold
Baymard InstituteTrust SignalsTrust signals before fold; single primary CTA
NNG F-pattern / thumb zoneCTA ClarityPrimary action in F-pattern hotspot or thumb zone
Fitts's LawCTA ClarityLarger + closer targets = faster click/tap
Nielsen heuristic #2, #6Info ArchitectureMatch real world; recognition over recall
Core Web VitalsMobile + SEOLCP < 2.5s, CLS < 0.1, INP < 200ms
Material Design / Apple HIGMobileTouch targets ≥ 48dp / 44pt
WCAG 2.1 AAAccessibilityContrast ≥ 4.5:1, focus visible, ARIA landmarks
Schema.orgSEO ImpactTourTrip, Event, AggregateRating for rich snippets

Figma MCP Tools (read-only, official server)

ToolWhat It Returns
get_metadataSparse XML — layer IDs, names, types, positions, sizes (lightweight structural data)
get_screenshotScreenshot of the selected frame/layer (preserves visual layout fidelity)
get_variable_defsDesign tokens — colors, spacing, typography values and names
get_design_contextCode-ready design context (React+Tailwind default, configurable to Vue/HTML+CSS)

Approved Design Tools

Figma only. No Sketch, no Adobe XD.


Purpose

Provides structured design review by scoring UI designs via Figma links or screenshots against UX standards and customer journey requirements. Catches trust signal gaps, accessibility issues, and consistency problems before engineering builds the wrong thing.

Supports two input paths: Figma link (preferred — provides structural data + visual + design tokens) and screenshots (fallback — for live site audits or teams without Figma MCP). Uses Claude Haiku 4 for vision analysis.

Input

Accepts design input via two paths (auto-detected based on available MCPs and user input):

  • Path A — Figma link (preferred when Figma MCP is connected) — URL to a Figma frame or page; agent extracts metadata, screenshot, and design tokens via Figma MCP tools (get_metadata, get_screenshot, get_variable_defs, get_design_context)
  • Path B — Screenshots / Attached images (when Figma MCP is unavailable, or for live site audits) — PNG/JPG attached directly by the user, or captured via Playwright MCP from a live URL. This path is fully supported and produces the same scorecard — structural analysis is inferred from visual inspection instead of Figma metadata.
  • Context — Which journey stage and initiative this UI belongs to
  • Device target — Desktop, mobile, or both

Output

  • Design scorecard (markdown) with:
    • Score per dimension (0–10 scale, 5 dimensions)
    • Total score (0–50)
    • Pass/Fail recommendation (Pass ≥ 35, Conditional 25–34, Fail < 25)
    • Annotated feedback per dimension with specific UI element references
    • SEO Impact Notes for any dimension scoring below 6
  • All outputs prefixed with ⚠️ AI DRAFT — PM REVIEW REQUIRED

Process

  1. Load — Auto-detect input path:
    • If Figma MCP is available AND Figma link provided → call get_metadata for structural data (component tree, sizes, positions), get_screenshot for visual snapshot, and get_variable_defs for design tokens (colors, spacing, typography). Use get_design_context for code-ready specs when evaluating consistency.
    • If screenshots / images attached (or Figma MCP unavailable) → use attached images directly for vision analysis. If a live URL is provided instead of images, use Playwright MCP to capture screenshots at both mobile (375px) and desktop (1280px) viewports.
    • If BOTH Figma link AND screenshots provided → use Figma data for structural scoring (Information Architecture, Mobile Responsiveness, Accessibility) and screenshots for visual scoring (Trust Signals, CTA Clarity)
  2. Identify context — Determine which journey stage and initiative this UI supports
  3. Score — Dispatch 3 specialist agents in parallel (see Parallel Execution below), each scoring their assigned dimensions on 0–10 scale:
DimensionWeightWhat to Check
Trust Signals25%Cancellation badge visible? Social proof counter? Verified badge? Review ratings? (Use Trust Signal Checklist above.) Baymard: trust signals before fold reduces abandonment ~35%. Benchmark: Klook shows badges on every listing card.
CTA Clarity20%Primary action obvious? One CTA per viewport? Action verb label? Fitts's Law: primary CTA in thumb zone on mobile. NNG: action verbs outperform generic labels.
Information Architecture20%Pricing transparent (all-inclusive)? Essential details visible without scrolling? Nielsen #2: pricing must match user's mental model. Schema.org: check for TourTrip/Event structured data.
Mobile Responsiveness20%Layout works at 375px? Tap targets ≥ 44pt (Apple HIG) / 48dp (Material)? Text readable without zooming? Core Web Vitals: LCP < 2.5s, CLS < 0.1, INP < 200ms.
Accessibility15%Color contrast ≥ 4.5:1? Alt text? Keyboard navigable? WCAG 2.1 AA. Semantic HTML: single H1, logical heading hierarchy, ARIA landmarks. Screen reader: logical tab order.
  1. SEO Impact Check — For each dimension scored below 6, note the SEO consequence:
    • Trust Signals < 6 → missing AggregateRating structured data hurts rich snippets
    • CTA Clarity < 6 → CLS from layout shifts may trigger ranking penalty
    • Info Architecture < 6 → missing Schema.org TourTrip/Event; poor heading hierarchy hurts crawlability
    • Mobile < 6 → Core Web Vitals failure directly impacts Google mobile ranking
    • Accessibility < 6 → missing alt text hurts image search; no semantic HTML hurts crawlability
  2. Benchmark — Compare against competitor UX (Klook, KKday, GYG) if screenshots are available
  3. Report — Generate scorecard with actionable design-specific feedback + SEO Impact Notes

Parallel Execution

3 specialist agents run concurrently, each scoring their assigned dimensions:

AgentPersonaDimensions ScoredStandards Applied
Agent 1: UX ConversionUX Conversion SpecialistTrust Signals (25%), CTA Clarity (20%)Baymard Institute, NNG F-pattern, Fitts's Law
Agent 2: Info & MobileInformation & Mobile ArchitectInfo Architecture (20%), Mobile Responsiveness (20%)Nielsen heuristics, Core Web Vitals, Material Design / Apple HIG
Agent 3: Accessibility & SEOAccessibility & SEO EngineerAccessibility (15%) + cross-cutting SEO Impact CheckWCAG 2.1 AA, Schema.org, semantic HTML

Merge step: A coordinator combines the 3 agent outputs into a single scorecard, resolves any cross-dimension conflicts (e.g., badge placement noted by both Agent 1 and Agent 2), calculates the total score, and generates the Priority Fixes list ordered by impact.

Constraints

  • All outputs must begin with ⚠️ AI DRAFT — PM REVIEW REQUIRED
  • Trust signals scoring MUST reference the specific items from the Trust Signal Checklist (see Embedded Context)
  • Do NOT suggest tools outside the approved stack — e.g., no Sketch, no Adobe XD
  • In Claude Code, use model: "haiku" for vision analysis subagents (vision-optimized, fast structured responses)
  • Mobile review is mandatory — if only desktop screenshot is provided, flag mobile review as incomplete
  • When Figma MCP is unavailable, explicitly note in the report: "Reviewed from screenshots — structural data (design tokens, component tree) not available. Scores for Information Architecture and Accessibility are based on visual inspection only."

How to Use

With Figma MCP (preferred)

  1. Get the Figma frame link (right-click frame → "Copy link")
  2. Open Claude Code in the product-management directory (Figma MCP must be connected)
  3. Say: `Use the uiux-review skill to score

Content truncated.

When not to use it

  • When design input is not a Figma link or screenshots
  • When evaluating designs not intended for a foreign leisure traveler persona
  • When the primary device target is not mobile-first

Limitations

  • Only supports Figma as an approved design tool
  • Requires input as either a Figma link or screenshots
  • All outputs are prefixed with '⚠️ AI DRAFT , PM REVIEW REQUIRED'

How it compares

This workflow provides a structured, scored design review using specialized agents, unlike a manual review which might lack consistent scoring or specialized perspectives.

Compared to similar skills

UI/UX Review with Scoring side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
UI/UX Review with Scoring (this skill)03moNo flagsBeginner
roast04moReviewIntermediate
sb-ux-product-audit01moNo flagsIntermediate
ui-ux-pro-max1,9094moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

roast

diegosouzapw

Multi-perspective UI/UX roasting workflow with iterative improvement cycles

00

sb-ux-product-audit

HideakiSolutions

Audite frontend como produto real vs MVP incompleto vs scaffold, com gaps UX, tecnicos e testes ausentes.

00

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.

1,9092,023

penpot-uiux-design

github

Comprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing dashboards, forms, navigation, or landing pages, (4) Applying accessibility standards and best practices, (5) Following platform guidelines (iOS, Android, Material Design), (6) Reviewing or improving existing Penpot designs for usability. Triggers: "design a UI", "create interface", "build layout", "design dashboard", "create form", "design landing page", "make it accessible", "design system", "component library".

27145

web-design-guidelines

vercel

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

3290

ui-ux-designer

sickn33

Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools. Specializes in design tokens, component libraries, and inclusive design. Use PROACTIVELY for design systems, user flows, or interface optimization.

4171

Search skills

Search the agent skills registry