browser-qa
Installation
SKILL.md
Browser QA Skill
Test web apps with a real browser. Find bugs users would find.
When to Use
- After building a frontend feature
- Before creating a PR for UI changes
- When user reports "something looks broken"
- Smoke testing after deploy
What This Skill Does
- Launches Playwright with real Chromium
- Hits every discoverable page in the app
- Checks for console errors, network failures, broken assets
- Tests interactive elements (forms, buttons, links)
- Verifies mobile responsiveness
- Produces a structured QA report