ux-heuristics

Evaluate interface usability using Nielsen's heuristics and Krug's principles with severity-rated audit templates.

Updated Oct 7, 2022
One-click install
npx skills add https://github.com/tamagusko/linux-cfg --skill ux-heuristics-tamagusko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-heuristics
Source: https://github.com/tamagusko/linux-cfg/tree/main/dotfiles/claude/skills/ux-heuristics
Command: npx skills add https://github.com/tamagusko/linux-cfg --skill ux-heuristics-tamagusko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Interfaces often confuse users through unclear labels, hidden navigation, and unhelpful errors, and teams lack a structured way to find and prioritize these usability problems before real users hit them. ## Core Features & Use Cases - Heuristic Evaluation Framework: Apply Nielsen's 10 usability heuristics and Krug's laws (Don't Make Me Think, Trunk Test) with concrete examples, copy patterns, and common violations. - Severity-Rated Audits: Score issues on a 0-4 severity scale using frequency, impact, and persistence, with a ready-made audit template covering all 10 heuristics. - Specialized References: Includes WCAG 2.1 AA checklist, dark patterns taxonomy with ethical alternatives, cultural UX guidance (RTL, color meanings, form conventions), and heuristic conflict resolution frameworks. - Use Case: A product team preparing a checkout flow redesign runs a heuristic evaluation, identifies a severity-3 issue where error messages lack recovery guidance, and uses the audit template to prioritize fixes before user testing. ## Quick Start Ask the assistant to run a heuristic usability audit of your interface or page and rate each issue by severity.

Frequently Asked Questions about ux-heuristics

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

FAQPage Schema
How do I conduct a heuristic evaluation of a website?

Walk through the interface checking each of Nielsen's 10 heuristics, such as system status visibility, error prevention, and consistency. Rate each issue found on a 0-4 severity scale based on frequency, impact, and persistence, then prioritize fixes starting with severity 3-4 issues.

What are Nielsen's 10 usability heuristics?

They are ten general principles for interaction design: visibility of system status, match with the real world, user control and freedom, consistency, error prevention, recognition over recall, flexibility, minimalist design, error recovery, and help documentation. They serve as a checklist for finding usability problems without user testing.

When should I use heuristic evaluation vs user testing?

Run heuristic evaluation first, before user testing, since it takes only 1-2 hours and catches major violations cheaply. Follow with user testing (2-4 hours) to observe real behavior, then use A/B testing or analytics for ongoing optimization.

How do I rate the severity of a usability problem?

Use a 0-4 scale: 0 is not a problem, 1 is cosmetic, 2 causes minor delays, 3 causes significant task failure, and 4 prevents task completion entirely. Consider three factors together: how often the issue occurs, how severe its impact is, and whether it is a one-time or persistent problem.

What are dark patterns in UX design?

Dark patterns are interface designs that trick users into unintended actions, such as forced continuity, hidden costs, confirmshaming, and fake urgency. They violate usability heuristics deliberately and are increasingly illegal under GDPR, FTC rules, and the California Privacy Rights Act.

What WCAG contrast ratio is required for accessible text?

WCAG 2.1 Level AA requires a minimum 4.5:1 contrast ratio for normal text and 3:1 for large text (18pt or larger). UI components and interactive elements also need at least 3:1 contrast against adjacent colors.