ui4-review

Installation
SKILL.md

UI4 Review

Reviews CSS changes and auto-fixes token violations.


Process

Step 1: Get Changed CSS Files

git status --porcelain | grep '\.css$'

Or if a specific file is provided, use that directly.

Step 2: Parallel Violation Detection

Run these grep searches IN PARALLEL to detect all violation types at once:

Related skills
Installs
4
GitHub Stars
42.4K
First Seen
14 days ago