Layout, spacing, and visual rhythm fixes before shipping.
Fine-tune layout, spacing, alignment, and visual rhythm for pixel-perfect interfaces — the final quality pass before shipping.
claude skill install layout-polish
# Audit and fix layout issues in a page component
/layout-polish src/pages/Dashboard.tsx
# Fix spacing inconsistencies across the entire project
/layout-polish --scope src/components/ --fix
Scans your component styles and markup to detect spacing inconsistencies, alignment issues, and visual rhythm breaks. Compares actual values against your design system's spacing scale and suggests corrections. Applies fixes using your existing utility classes or CSS custom properties to maintain consistency.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.