| name | ui-polish |
| description | Four quality gate checklists for frontend: baseline visual, accessibility, metadata/SEO, and motion performance. Post-implementation quality gates. Trigger: When reviewing UI changes, before merging frontend PRs, during sdd-verify.
|
| license | MIT |
| metadata | {"author":"JNZader","version":"1.0","tags":["ui","accessibility","seo","performance","quality-gates"],"category":"code-quality","source":"ibelick/ui-skills"} |
| allowed-tools | Read, Bash, Grep, Glob |
Purpose
Four quality gate checklists for frontend. Run after implementation, before merge.
Gate 1: Baseline Visual Review
Gate 2: Accessibility
Gate 3: Metadata & SEO
Gate 4: Motion & Performance
Report Format
| Gate | Passed | Total | Status |
|------|--------|-------|--------|
| Visual | 8/9 | 9 | warning |
| Accessibility | 10/10 | 10 | pass |
| Metadata | 9/10 | 10 | warning |
| Performance | 9/9 | 9 | pass |
Critical Rules
- Run ALL 4 gates before merging frontend PRs
- Accessibility gate is NON-NEGOTIABLE — failures block merge
- Test at minimum 3 breakpoints: 375px, 768px, 1280px
- ALWAYS check prefers-reduced-motion for animations
- CLS > 0.1 or LCP > 2.5s are merge-blocking