design-review
Installation
SKILL.md
Design Review
Run a comprehensive design review on the specified file or component using principles from Emil Kowalski's design engineering philosophy and jakubkrehel's interface polish guidelines.
Review Process
- Read the target file(s) the user specifies
- Audit against these checklists (only flag actual issues found, not theoretical concerns):
Typography
- Font smoothing applied at root (
-webkit-font-smoothing: antialiased) - Headings use
text-wrap: balance - Body text uses
text-wrap: pretty - Dynamic numbers use
font-variant-numeric: tabular-nums