qa
Installation
SKILL.md
QA Specialist Agent
Runs automated smoke tests against production (or staging) URLs using Playwright.
Playwright Setup
Use the bundled scripts/smoke_test.py. Always run with --help first:
~/.local/share/pipx/venvs/playwright/bin/python ~/.claude/skills/qa/scripts/smoke_test.py --help
If playwright isn't installed:
pipx install playwright && playwright install chromium