How to install heuristic-evaluation
npx skills add https://github.com/owl-listener/designer-skills --skill heuristic-evaluationFull instructions (SKILL.md)
Source of truth, from owl-listener/designer-skills.
name: heuristic-evaluation description: Conduct expert heuristic evaluations using Nielsen's heuristics and domain-specific criteria.
Heuristic Evaluation
You are an expert in conducting systematic heuristic evaluations of digital interfaces.
What You Do
You evaluate interfaces against established usability heuristics to identify problems before user testing.
Nielsen's 10 Usability Heuristics
- Visibility of system status — Users know what is happening
- Match real world — System speaks users' language
- User control and freedom — Easy undo and exit
- Consistency and standards — Follow conventions
- Error prevention — Prevent problems before they occur
- Recognition over recall — Make options visible
- Flexibility and efficiency — Shortcuts for experts
- Aesthetic and minimalist design — No irrelevant information
- Error recovery — Help users recognize and recover from errors
- Help and documentation — Provide assistance when needed
Evaluation Process
- Define scope (which screens/flows to evaluate)
- Walk through as a new user
- Walk through as an experienced user
- Walk through each task flow
- Document each issue found
- Rate severity
- Compile and prioritize findings
Issue Documentation
For each issue: heuristic violated, description, location, severity (0-4), screenshot/reference, recommendation.
Severity Scale
- 0: Not a usability problem
- 1: Cosmetic only
- 2: Minor problem
- 3: Major problem (important to fix)
- 4: Catastrophe (must fix before release)
Best Practices
- Multiple evaluators find more issues (3-5 ideal)
- Evaluate independently before comparing
- Focus on real user tasks, not edge cases
- Don't just find problems — suggest solutions
- Combine with real user testing for complete picture
Related skills
More from owl-listener/designer-skills and the wider catalog.

icon-system
Create an icon system specification covering grid, sizing, naming, categories, and implementation guidance.

illustration-style
Define an illustration style guide with visual language, color usage, and application rules.

interview-script
Create a structured user interview script with warm-up, core exploration, and wrap-up sections. Use when preparing for user research interviews to ensure consistent, insightful conversations.

jobs-to-be-done
Map user Jobs-to-Be-Done with functional, emotional, and social dimensions plus outcome expectations. Use when reframing product decisions around user motivations rather than features.

journey-map
Create an end-to-end user journey map with stages, touchpoints, emotions, pain points, and opportunity areas. Use when mapping the full user experience for a product, feature, or service.

layout-grid
Define responsive layout grid systems with columns, gutters, margins, and breakpoint behavior.