qa-web-test
Installation
SKILL.md
QA Web Testing with PinchTab
Uses Skill("pinchtab") for all browser interaction — navigation, screenshots, viewport emulation, and DOM inspection. Describe what you need and let pinchtab handle the details.
Inputs
Raw arguments: $ARGUMENTS
Infer from the arguments:
- TARGET_URL: the URL to test
- OUT_DIR: output directory for QA report and screenshots, or
./qa-reportsif not provided
Output Location
- Creates or updates
OUT_DIR/qa-report-{timestamp}.md - Screenshots are saved to
OUT_DIR/screenshots/ - Run
mkdir -p OUT_DIR/screenshotsbefore writing to ensure directories exist.