responsive-layout-review
Installation
SKILL.md
Responsive Layout Review
Use this skill to make layouts adapt by intent, not by arbitrary breakpoints.
Workflow
- Identify content hierarchy, primary task, and supported viewport/device classes.
- Read
references/responsive-layout-rules.md. - Review layout states: compact, medium, wide, high-density, keyboard, zoom, and reduced width.
- Check navigation, tables, forms, modals, media, and empty/error states.
- Produce breakpoint strategy, issues, and acceptance checks.
When not to use
- Do not use for generic advice the base model already handles without this skill's specific artifact contract.