ux-review

Evaluates user interfaces against established UX principles and reports violations.

Updated Aug 29, 2026
One-click install
npx skills add https://github.com/1arley/volibear --skill ux-review-1arley
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ux-review
Source: https://github.com/1arley/volibear/tree/main/.opencode/skills/ux-review
Command: npx skills add https://github.com/1arley/volibear --skill ux-review-1arley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Interfaces often ship with unclear labels, missing feedback, broken affordances, and confusing navigation that frustrate users. This Skill gives an agent a structured method to audit a screen or flow against established UX principles and produce actionable findings instead of vague opinions. ## Core Features & Use Cases - Principle-Based Audit: Evaluates clarity, hierarchy, cognitive load, feedback, affordances, consistency, navigation, empty states, errors, and loading indicators. - Structured Findings: Outputs each violation with the exact element, the violated principle, confidence level (CONFIRMED to SPECULATIVE), and a concrete UX correction. - False-Positive Guardrails: Accounts for platform conventions (iOS HIG vs Material Design), target audience, and design system rules before reporting. - Use Case: Before releasing a new settings page, run the review to catch a vague page title, a primary action with the same visual weight as cancel, and an empty state that gives users no next step. ## Quick Start Review this checkout screen for UX issues and report any violations of clarity, feedback, and affordance principles.

Frequently Asked Questions about ux-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a user interface for UX problems?▼

Walk through the screen evaluating clarity, hierarchy, cognitive load, feedback, affordances, consistency, navigation, empty states, and error handling in order. For each violation, name the principle, show the exact element, and give a concrete correction.

What UX principles should a design review check?▼

Check six core principles: clarity, visual hierarchy, cognitive load, feedback within 100ms or progress indicators, affordances that match element function, and consistency of patterns. Also verify navigation, empty states, error messages, and loading indicators.

How is a UX review different from a visual design review?▼

A UX review measures how well the interface reduces the distance between user intent and system effect, covering feedback, navigation, and error states. A visual quality review focuses on aesthetics like spacing, typography, and color rather than usability.

When should UX findings be rejected as false positives?▼

Reject findings that conflict with platform conventions like iOS HIG or Material Design, intentional high-density layouts for power users, deliberate empty states, non-visual feedback like haptics, and patterns defined by the project's design system.

How are UX review findings reported and prioritized?▼

Each finding names the violated principle, the exact element, a confidence level from CONFIRMED to SPECULATIVE, and a concrete correction. Flow-impacting issues like lost navigation come first, then clarity and hierarchy, then affordance and consistency.