ui-review
Installation
SKILL.md
UI Review
Review application UI for consistency, design system compliance, and structural patterns. This skill acts as the "designer eye" — catching inconsistencies that accumulate when features are built ad-hoc.
Two Modes
Mode 1: Code Review (/ui-review or "review the UI code")
Analyze view files for structural consistency. Run this after building new views or when things feel inconsistent.
What to check:
- Layout usage — Every page should use a Kiso dashboard layout component
(
dashboard_group,dashboard_navbar,dashboard_sidebar,dashboard_panel). Flag any page that hand-rolls its own shell.