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 browser resizes through breakpoints, screenshots viewports, detects layout breaks (overflows, columns, nav), and reports transitions for responsive web testing.
Drives Chrome browser sessions against running web apps to detect bugs, UX issues, accessibility violations, performance problems, and copy errors, outputting structured JSON findings for QA passes, smoke tests, or audits.
Runs adversarial UI tests in browser via browse CLI. Analyzes git diffs for changes or explores full app. Verifies functional correctness, accessibility, responsive layout, UX heuristics.
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:
./qa-reports if not providedOUT_DIR/qa-report-{timestamp}.mdOUT_DIR/screenshots/mkdir -p OUT_DIR/screenshots before writing to ensure directories exist.Follow these steps in order. Read each step file for detailed instructions.
| Reference | When to Read |
|---|---|
| references/breakpoints.md | Common breakpoint values, container query vs media query gotchas |
| references/css-inspection.md | JS snippets for overflow detection, grid/flex inspection, DOM traversal |