review-ui

Solid

UI/UX-focused review. USE WHEN: user runs /review-ui or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

Web & Frontend 14 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

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

Skill Content

# Review UI Run a **UI/UX-focused** review: Tailwind usage, responsive design, dark mode, accessibility (WCAG 2.2 AA), component patterns, layout stability, typography, color contrast, and motion (respecting reduced-motion). Your reply must be a **plan of suggested changes**: concise, actionable, and structured-not only prose. ## Invocation Text after the slash command is additional scope/focus - narrow the review accordingly. If none given, use the default scope described below. ## Best practices alignment - **Tailwind** - Utility-first; use theme tokens (colors, spacing, typography) from [apps/front-app/src/index.css](../../../apps/front-app/src/index.css) and [apps/front-app/src/App.css](../../../apps/front-app/src/App.css); avoid arbitrary values when a utility exists; consistent spacing scale. - **Responsive** - Mobile-first; breakpoints (sm, md, lg) used consistently; no horizontal scroll on small viewports; touch targets at least 44×44px. - **Dark mode** - All pages and components support dark theme; no hardcoded light-only colors; contrast and readability in both themes. - **Layout stability** - No CLS from images (width/height or aspect-ratio); consistent typography scale; route or CSS transitions smooth and optional (respect prefers-reduced-motion). - **Component patterns** - Consistent buttons, links, and form controls; loading and error states; no content-only reliance on color or shape. Align with root [AGENTS.md](../../../AGENTS.md) and app AGENTS.md for ...

Details

Author
louisbrulenaudet
Repository
louisbrulenaudet/monorepo-template
Created
3 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category