What problem does it solve? Website changes often break layouts on specific screen sizes or themes without anyone noticing until users report it. This Skill provides a repeatable Playwright-based validation procedure that catches responsive layout and theme issues before work is marked complete. ## Core Features & Use Cases - Multi-Breakpoint Validation: Checks pages at mobile (375x812), tablet (768x1024), and desktop (1440x900) viewports for overflow, spacing, and grid collapse issues. - Theme Compatibility Checks: Toggles between retro and light themes at each breakpoint to verify contrast and styling in both modes. - Structured 5-Step Procedure: Combines viewport resizing, accessibility snapshots, screenshots, and theme toggling into a consistent workflow triggered by component, CSS, layout, or i18n changes. - Use Case: After adding a new section to the Envilder Astro site, run the full validation pass to confirm the layout holds on all three breakpoints and both themes before committing. ## Quick Start Start the Astro dev server in src/website with pnpm dev, then ask the AI to validate the page at http://localhost:4322/ across mobile, tablet, and desktop breakpoints in both themes.