ux

Evaluate interface usability using Nielsen's 10 heuristics, severity ratings, and WCAG accessibility checks.

Updated Sep 7, 2026
One-click install
npx skills add https://github.com/deriye/.agents-work --skill ux-deriye
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ux
Source: https://github.com/deriye/.agents-work/tree/main/skills/ux
Command: npx skills add https://github.com/deriye/.agents-work --skill ux-deriye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Interfaces often ship with hidden usability problems—silent failures, confusing copy, keyboard traps, and inaccessible controls—that visual polish cannot fix. This Skill provides a structured heuristic evaluation method to find, rate, and report those problems before users hit them. ## Core Features & Use Cases - Heuristic Evaluation: Walk a user flow and inspect all 10 of Nielsen's usability heuristics, rating each finding on the 0–4 severity scale based on frequency, impact, and persistence. - Interaction, Writing, and Accessibility Checks: Load dedicated checklists for forms, focus, motion, microcopy, error messages, empty states, and WCAG 2.2 AA requirements like contrast, keyboard access, and ARIA naming. - Structured Reporting: Produce a findings report with severity, evidence, and fixes, then optionally implement fixes for severity 3–4 issues. - Use Case: Ask for a UX review of a checkout flow and receive a severity-ranked findings table covering error prevention, form validation, keyboard operability, and error message copy. ## Quick Start Review the checkout flow in this repo for usability problems and report findings with Nielsen severity ratings.

Frequently Asked Questions about ux

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

FAQPage Schema
How do I conduct a heuristic evaluation of a web interface?▼

Scope one user task on one surface, walk the flow twice, then inspect all 10 Nielsen heuristics including empty, error, and loading states. Rate each finding on the 0–4 severity scale using frequency, impact, and persistence, then report with specific evidence.

How do I rate the severity of usability problems?▼

Use Nielsen's 0–4 scale combining frequency, impact, and persistence: 0 is not a problem, 1 cosmetic, 2 minor, 3 major, and 4 catastrophe. Rate severity after listing problems, not while hunting, and treat severity 4 as a release blocker.

What accessibility standard does a UX review check against?▼

The review targets WCAG 2.2 Level AA, covering semantic HTML, keyboard operability, visible focus, 4.5:1 text contrast, named controls, and reduced-motion support. It is an inspection pass, not a replacement for a dedicated axe or Lighthouse compliance scan.

Can heuristic evaluation replace user testing?▼

No. Heuristic evaluation is an inspection method that finds candidate usability problems, but it cannot prove how real people behave. The method explicitly flags what still needs observation of an actual user completing the task.

When should I not use heuristic evaluation for design feedback?▼

Do not use it to restyle visuals or judge aesthetic craft, which belongs to visual design review. It also does not fit when you need behavioral evidence, such as conversion impact or learnability, which requires user research instead.