From routine
Captures screenshots at multiple viewports, DOM structure, computed styles, and layout properties from live web pages using PinchTab browser automation. Use before frontend or UI changes for baseline analysis.
npx claudepluginhub delexw/claude-code-miscThis skill is limited to using the following tools:
Uses `Skill("pinchtab")` for all browser interaction — navigation, screenshots, viewport emulation, and DOM inspection. Describe what you need and let pinchtab handle the details.
Automates QA web testing with PinchTab browser automation: visual regression testing, responsive breakpoint validation, CSS layout debugging via screenshots, viewport emulation, and DOM inspection.
Analyzes websites for design inspiration by navigating URLs, capturing desktop/mobile screenshots, and extracting colors with hex codes, typography details, layouts, grids, and UI patterns into structured reports.
Captures screenshots, tests responsive viewports, compares with Figma designs, and inspects DOM to verify UI appearance, detect regressions, and check styling issues.
Share bugs, ideas, or general feedback.
Uses Skill("pinchtab") for all browser interaction — navigation, screenshots, viewport emulation, and DOM inspection. Describe what you need and let pinchtab handle the details.
Raw arguments: $ARGUMENTS
Infer from the arguments:
./page-inspector-output if not providedenv | grep -iE 'USER|PASS|LOGIN|AUTH|TOKEN|CRED|SECRET|API_KEY' | sed 's/=.*/=***/' to list available credential env vars (mask values in output).AskUserQuestion tool to ask where credentials can be found (skip this in autonomous mode). If credentials cannot be obtained, skip the entire skill and note: "Skipped — page requires authentication but no credentials found."OUT_DIR/screenshots/desktop.pngmkdir -p OUT_DIR/screenshots before writing filesFor each width (1440px, 1024px, 768px, 375px):
OUT_DIR/screenshots/{width}px.pngEvaluate JavaScript that extracts:
Evaluate JavaScript that captures for key UI elements:
Create OUT_DIR/mugshot.md with:
# Page Inspector Report: {url}
## Screenshots
- Desktop (current): `screenshots/desktop.png`
- 1440px: `screenshots/1440px.png`
- 1024px: `screenshots/1024px.png`
- 768px: `screenshots/768px.png`
- 375px: `screenshots/375px.png`
## Page Structure
{DOM structure overview — key containers and their roles}
## Layout Properties
{CSS display, grid/flex configs, positioning for key elements}
## Typography & Colors
{Font stacks, sizes, color palette observed}
## Spacing & Dimensions
{Key measurements observed}
## Notes
{Any observations relevant to upcoming changes}