1.5 KiB
1.5 KiB
description, allowed-tools, argument-hint, model
| description | allowed-tools | argument-hint | model | |
|---|---|---|---|---|
| Test responsive design across mobile, tablet, and desktop viewports. Takes screenshots at each breakpoint. | Bash(*) |
|
sonnet |
Test Responsive Design
Capture screenshots at multiple viewport sizes to verify responsive design.
Instructions
-
If URL provided in $ARGUMENTS, navigate first:
node ~/.claude/plugins/*/skills/website-debug/scripts/browser-nav.js "$ARGUMENTS" -
Test Mobile (375×667 - iPhone SE):
node ~/.claude/plugins/*/skills/website-debug/scripts/browser-resize.js --mobile node ~/.claude/plugins/*/skills/website-debug/scripts/browser-screenshot.js --output=/tmp/responsive-mobile.png -
Test Tablet (768×1024 - iPad):
node ~/.claude/plugins/*/skills/website-debug/scripts/browser-resize.js --tablet node ~/.claude/plugins/*/skills/website-debug/scripts/browser-screenshot.js --output=/tmp/responsive-tablet.png -
Test Desktop (1920×1080):
node ~/.claude/plugins/*/skills/website-debug/scripts/browser-resize.js --desktop node ~/.claude/plugins/*/skills/website-debug/scripts/browser-screenshot.js --output=/tmp/responsive-desktop.png -
Analyze all screenshots and report:
- Layout shifts between breakpoints
- Text overflow or truncation
- Overlapping elements
- Hidden/missing content
- Spacing and alignment issues
- Navigation usability at each size
Provide specific recommendations for any issues found.