What problem does it solve?
Web interfaces often suffer from unclear visual hierarchy, inconsistent spacing, misaligned edges, and layouts that break under resizing, translation, or RTL mirroring. This Skill provides concrete layout principles and review criteria so pages and components communicate structure through position and spacing rather than decoration.
Core Features & Use Cases
- Grouping and Alignment Guidance: Apply rules for negative space, shared alignment edges, logical CSS properties, and importance-based ordering when structuring pages or components.
- Spacing and Adaptivity Rules: Set control clearances, layout margins, safe-area handling, progressive disclosure cues, container-query breakpoints, and i18n string-growth resilience.
- Structured Layout Reviews: Produce severity-rated findings tables with file locations, before/after fixes, verification steps, and a Block/Needs changes/Approve verdict.
- Use Case: When reviewing a settings page where every row has a separator line and buttons touch the viewport edge, use this Skill to replace lines with grouped spacing and inset the action bar within layout margins.
Quick Start
Review the layout of my Settings page component and report any grouping, alignment, or spacing issues with suggested fixes.