| name | web-design-reviewer |
| description | Inspect web interfaces for layout, responsive, accessibility, and visual issues, then apply targeted source code fixes and re-verify results. |
| metadata | {"openclaw":{"emoji":"🔍","source":"https://github.com/github/awesome-copilot"}} |
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
Common issues checklist
Layout
Responsive
Visual
Accessibility
Fix format
ISSUE: [description]
FILE: [file path]
LINE: [line number]
FIX: [specific code change]
VERIFY: [how to confirm the fix]
Tips for AI Agents
- Always test at 320px width minimum for mobile.
- Use browser DevTools to inspect computed styles.
- Provide specific file/line fixes, not just descriptions.