web-design-reviewer
Installation
SKILL.md
Web Design Reviewer Skill
When to use
- Reviewing deployed or in-development web interfaces
- Auditing for visual bugs, layout issues, and responsiveness
- Checking accessibility compliance
- Providing actionable fixes for identified issues
Review workflow
- Visual inspection: Open at multiple breakpoints (320px, 768px, 1024px, 1440px)
- Layout audit: Check alignment, spacing consistency, overflow issues
- Responsive check: Test all breakpoints, orientation changes
- Accessibility scan: Contrast, focus states, screen reader compatibility
- Performance check: Image sizes, font loading, CLS, LCP
- Fix and verify: Apply source code fixes, re-check