From StyleSeed
Reviews UI code for design system compliance, accessibility, and best practices, with checklists for tokens, components, mobile, and performance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/styleseed:ss-review [file-path][file-path]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
First resolve the effective rule set from `PRODUCT-PRINCIPLES.md`, `RULESETS.md` or the compiled
First resolve the effective rule set from PRODUCT-PRINCIPLES.md, RULESETS.md or the compiled
grammar, ADAPTERS.md, domain/page, optional PRESETS.md profile, and STYLESEED.md. Review
task fitness and grammar coherence before framework conventions. For non-web artifacts, replace
React/Tailwind-only checks with the active adapter's render/export checks.
/ss-a11y/ss-audit/ss-lintReview the file: $ARGUMENTS
text-foreground, bg-brand, etc.)p-6 not p-[24px])shadow-[var(--shadow-card)])rounded-md, rounded-lg, rounded-2xl)data-slot attributecn() for className mergingReact.ComponentProps<>className prop overridefocus-visible styles on all interactive elementsaria-* attributes where neededprefers-reduced-motionalt text-webkit-overflow-scrolling: touchleading-none + tracking-[-0.02em]leading-snug + tracking-[-0.01em]leading-normal (no custom tracking)tracking-[0.05em] or tracking-wideline-height: 1.5 on display/heading text (too loose)size-* shorthand instead of w-* h-*ms-*/me-* instead of ml-*/mr-* (logical properties)duration-[var(--duration-fast)])The biggest reason a UI reads as "AI-generated" isn't ugly parts — it's mixed parts. Check that each axis below uses ONE value system-wide; flag a mix as a real issue, not a nitpick.
rounded-none panel with rounded-full buttons).currentColor.inner = outer − padding, not the same radius (which bulges).Provide:
npx claudepluginhub bitjaru/styleseedReviews UI code for design system compliance, accessibility, and best practices. Checks design tokens, component conventions, accessibility, mobile, performance, typography, and spacing consistency.
Audits UI code against the StyleSeed Toss design-system conventions, covering tokens, accessibility, mobile ergonomics, spacing, and typography. Use for PR reviews where components should follow the seed's design language.
Reviews UI/frontend code against a design rubric, scoring 0-100 with prioritized fixes. Identifies why interfaces look AI-generated, focusing on coherence, color, typography, and layout. Useful for React/Tailwind/HTML.