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:

  1. 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.
Installs
1
GitHub Stars
34
First Seen
Apr 18, 2026
ui-review — steveclarke/dotfiles