ux-heuristics-audit

Audit UI screens against Nielsen's 10 heuristics with severity-rated findings and fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Usability reviews often produce vague, unprioritized suggestions with no framework behind them. This Skill turns a UI review into a structured heuristic evaluation where every finding names the violated heuristic, carries a severity rating, and includes a concrete fix. ## Core Features & Use Cases - Structured heuristic evaluation: Walks through all 10 of Nielsen's usability heuristics with explicit flag criteria and do/don't examples for each. - Severity-rated output: Rates findings by frequency, impact, and persistence into Critical, Major, Minor, and Cosmetic tiers, ending with a prioritized top-3 list. - Scope discipline: Resists over-flagging, resolves heuristic tensions (minimalism vs. help), and defers accessibility specifics to a dedicated accessibility audit. - Use Case: After generating a checkout flow, run this audit to catch missing feedback on the Pay button, jargon in error messages, and a destructive action with no undo — each tagged with its heuristic and severity. ## Quick Start Audit this checkout screen for usability problems using Nielsen's 10 heuristics and give me a severity-rated issue list with fixes.

Frequently Asked Questions about ux-heuristics-audit

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

FAQPage Schema
How do I run a heuristic evaluation on a UI design?▼

Walk through each of Nielsen's 10 heuristics and flag only issues that plausibly cost users time, confidence, or task completion. For every finding, record the violated heuristic, a severity rating, what's wrong, and a concrete fix, then end with the top 3 priorities.

What are Nielsen's 10 usability heuristics?▼

They cover visibility of system status, match with the real world, user control and freedom, consistency, error prevention, recognition over recall, flexibility and efficiency, minimalist design, error recovery, and help documentation. Each heuristic has specific flag criteria for common violations.

How is severity rated in a heuristic evaluation?▼

Severity combines three factors: frequency (how often users hit the issue), impact (how hard it is to overcome), and persistence (one-time or recurring). These collapse into four levels: Critical, Major, Minor, and Cosmetic.

Does a heuristic audit replace an accessibility audit?▼

No. When an issue is both a usability and accessibility violation, the audit notes the overlap but defers accessibility specifics like contrast, keyboard, and screen-reader checks to a dedicated accessibility audit skill.

When should I not flag a usability issue?▼

Skip findings that don't plausibly cost a real user time, confidence, or task completion. Avoid padding reports with cosmetic nitpicks, and don't recommend more help content while also flagging clutter — resolve that tension toward the primary task.