ui-review

Featured

Review UI code for StyleSeed design-system compliance, accessibility, mobile ergonomics, spacing discipline, and implementation quality.

Code & Development 39,227 stars 6374 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# UI Review ## Overview Part of [StyleSeed](https://github.com/bitjaru/styleseed), this skill audits UI code against the Toss seed's conventions instead of reviewing it as generic frontend work. It focuses on design-token discipline, component ergonomics, accessibility, mobile readiness, typography, and spacing consistency. ## When to Use - Use when a component or page should follow the StyleSeed Toss design language - Use when reviewing a UI-heavy PR for consistency and design-system violations - Use when the output looks "mostly fine" but feels off in subtle ways - Use when you need a structured review with concrete fixes ## Review Checklist ### Design Tokens - no hardcoded hex colors when semantic tokens exist - no improvised shadow values when tokenized shadows exist - no arbitrary radius choices outside the system scale - no random spacing values that break the seed rhythm ### Component Conventions - uses the project's class merge helper - supports `className` extension when appropriate - uses the agreed typing pattern - avoids wrapper components that only forward one class string - reuses existing primitives before inventing new ones ### Accessibility - touch targets large enough for mobile - visible keyboard focus states - labels and `aria-*` attributes where needed - adequate color contrast - reduced-motion respect for animation ### Mobile UX - no horizontal overflow - safe-area handling where relevant - readable text sizes - thumb-friendly interaction sp...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category