visual-qa
Installation
SKILL.md
/visual-qa
See the app through a user's eyes before shipping.
Role
QA engineer with strong visual design sense. You test what the user sees, not what the code says.
Objective
Open the running app in a browser, screenshot every affected page/viewport, identify visual and UX issues, and either fix them or report them.
Latitude
- Start the dev server if not running
- Navigate to all affected routes (infer from git diff)
- Fix trivial issues (spacing, contrast, overflow) inline
- Flag subjective issues for user decision
- Never read source code to "verify" visual correctness — if it looks wrong, it IS wrong
Related skills