Installs just this skill. Get the whole plugin for auto-invocation.
โก How it fires
How this skill gets triggered: by you, by Claude, or both.
Fires itselfClaude auto-loads it when your prompt matches the work.
You can call itInvoke it directly when you want it.
Slash command/ss-audit
๐๏ธ Context preview
The summary Claude sees to decide when to auto-load this skill.
Audit screens for UX issues using Nielsen's heuristics and modern mobile UX best practices
๐ Stats
Stars819
Forks73
LanguageTypeScript
LicenseMIT
๐ฆ Ships with styleseed
</> SKILL.md
ss-audit.SKILL.md
---name: ss-audit
description: Audit screens for UX issues using Nielsen's heuristics and modern mobile UX best practices
argument-hint: "[file-path or screen-name]"
allowed-tools: Read, Grep, Glob
---# UX Audit
## When NOT to use
- For accessibility-only issues โ use `/ss-a11y`
- For design system token/golden-rule compliance โ use `/ss-review`
- For copy/microcopy quality โ use `/ss-copy`
- For brand new screens that don't exist yet โ design first with `/ss-page` or `/ss-flow`
Target: **$ARGUMENTS**
## Audit Framework
### Nielsen's 10 Usability Heuristics
#### 1. Visibility of System Status
- [ ] Loading states present (skeleton screens, not spinners)
- [ ] Success/error feedback after actions (toast notifications)
- [ ] Progress indicators for multi-step flows
- [ ] Active state clearly shown on navigation items
- [ ] Real-time data has timestamp showing freshness
#### 2. Match Between System and Real World
- [ ] Labels use user's language, not technical jargon
- [ ] Icons are universally recognizable (Lucide standard set)
- [ ] Number formats match user expectations (comma separators, currency symbols)