ss-lint
Installation
SKILL.md
Design Lint (Quick Check)
When NOT to use
- For deeper review of design judgment (composition, hierarchy, rhythm) → use
/ss-review - For accessibility specifically → use
/ss-a11y - For Nielsen UX heuristics → use
/ss-audit - For applying refactors — this only flags violations; use
/ss-reviewto fix
Target: $ARGUMENTS
What This Does
Fast, grep-based scan for common design violations. Runs in seconds (unlike /ss-review which is a deep manual audit). Run this after every file change.
Checks
Related skills
More from bitjaru/styleseed
ss-setup
Interactive setup wizard — guides you step-by-step to configure the design system for your project
18ss-audit
Audit screens for UX issues using Nielsen's heuristics and modern mobile UX best practices
18ss-a11y
Audit a component or page for accessibility issues and fix them
17ss-review
Review UI code for design system compliance, accessibility, and best practices
17ss-update
Update StyleSeed engine in your project — analyzes what's outdated and updates safely
17ss-feedback
Add appropriate user feedback states (loading, success, error, empty) to a component or page
17