ux-design-review

Orchestrates multiple UX audit lenses into one prioritized design review report.

12|2|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/Uxcel-Lab/product-skills --skill ux-design-review-uxcel-lab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ux-design-review
Source: https://github.com/Uxcel-Lab/product-skills/tree/main/ux/workflows/design-review
Command: npx skills add https://github.com/Uxcel-Lab/product-skills --skill ux-design-review-uxcel-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Full design reviews often fail in two ways: a shallow "looks good" pass with no framework, or firing every audit lens regardless of relevance. This Skill orchestrates a holistic UX review by establishing context once, auto-running the always-relevant lenses, offering context-dependent ones, and merging everything into a single prioritized report. ## Core Features & Use Cases - Context profiling: Infers platform, design system presence, and primary task once per session to decide which audit lenses run, get offered, or get suppressed. - Tiered lens orchestration: Auto-runs heuristics, microcopy, and dark-pattern audits when their traits are present, while offering accessibility, IA, and mobile lenses and suppressing color, type, and spacing checks when a design system owns them. - Merged prioritized report: De-duplicates findings across lenses, resolves conflicts toward the primary task, and outputs one severity-ordered list with top three priorities. - Use Case: A designer pastes a checkout flow and asks "is this good UX?" The Skill auto-runs heuristics, microcopy, and dark-pattern audits, notes that the team's design system suppresses color and type checks, offers an accessibility-in-use pass, and returns one consolidated report. ## Quick Start Ask the assistant to review your screen or flow, for example: "Review this checkout flow and tell me if the UX is good."

Frequently Asked Questions about ux-design-review

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

FAQPage Schema
How do I run a full UX design review on a screen or flow?▼

Ask for a general review such as "review my UI" or "is this good UX" and the orchestrator takes over. It establishes context once, auto-runs the heuristics, microcopy, and dark-pattern lenses where relevant, and returns one prioritized report.

What UX audit lenses does a design review include?▼

Always-relevant lenses cover usability heuristics, microcopy, and dark patterns. Context-dependent lenses include accessibility, aesthetics, information architecture, and mobile responsiveness, which are offered rather than run automatically.

Does a design system change which UX audits run?▼

Yes. When a design system is in play, color, typography, and spacing audits are suppressed because tokens own those decisions. Accessibility is narrowed to usage checks like focus order and labels rather than re-auditing the token palette.

When should I not use the design review orchestrator?▼

Skip it when you name a single specific lens, such as "run the accessibility audit" or "check this for dark patterns." Explicit scope overrides orchestration, so invoke that one audit skill directly instead.

What happens if some audit lens skills are not installed?▼

The orchestrator degrades gracefully. Missing lenses are listed under "available but not run" in the report, and the review proceeds with whichever lens skills are present without blocking.