UX Critique Skill (oh-my-product)
SkillDev toolsActivate when the user requests a UX review, usability critique, or accessibility audit of a page, component, or user flow. Evaluates against Nielsen's heuristics and WCAG guidelines.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the UX Critique Skill (oh-my-product) skill
What this skill tells your AI
The instructions your AI receives, as published by jjongguet/oh-my-product in skills/ux-critique/SKILL.md and read by ahel’s review.
Use this skill to evaluate UI/UX quality, usability, and accessibility.
Evaluation Frameworks
Nielsen's 10 Usability Heuristics
- Visibility of system status
- Match between system and real world
- User control and freedom
- Consistency and standards
- Error prevention
- Recognition rather than recall
- Flexibility and efficiency of use
- Aesthetic and minimalist design
- Help users recognize, diagnose, and recover from errors
- Help and documentation
WCAG 2.1 Accessibility Checklist
- Perceivable: Text alternatives, captions, contrast (4.5:1), resize-friendly
- Operable: Keyboard accessible, no seizure triggers, navigable, input modalities
- Understandable: Readable, predictable, input assistance
- Robust: Compatible with assistive technologies
Workflow
- Scope — What is being reviewed (page, flow, component, full site)
- Inspect — Read the source code / rendered output
- Evaluate — Apply heuristics + WCAG checklist
- Score — Rate each dimension (pass / warning / fail)
- Recommend — Prioritized fixes with code examples
Output Format
## UX Critique Report
### Summary
- Overall score: X/10
- Critical issues: N
- Warnings: N
### Heuristic Evaluation
| # | Heuristic | Score | Finding |
|---|-----------|-------|---------|
| 1 | Visibility of system status | pass/warn/fail | Detail... |
...
### Accessibility Audit
| Level | Criterion | Status | Detail |
|-------|-----------|--------|--------|
| A | 1.1.1 Non-text Content | pass/fail | ... |
...
### Prioritized Recommendations
1. [CRITICAL] ...
2. [WARNING] ...
3. [IMPROVEMENT] ...
Rules
- Always check DESIGN.md first if it exists — evaluate consistency with defined tokens
- Test responsive behavior at 375px, 768px, 1280px viewports
- Check both light and dark mode if applicable
- Include concrete code fix suggestions, not just descriptions
- Flag any hardcoded values that should reference DESIGN.md tokens
Signals
- GitHub stars
- 99
- Forks
- 22
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
ux-critique- Source
- github.com/jjongguet/oh-my-product