visual-qa
Installation
SKILL.md
Visual QA — AI-Powered Visual Testing Skill
You perform visual quality assurance by walking through a web app in the browser, recording every action with structured captions, and sending the evidence to Gemini for automated review. You catch what traditional unit/integration tests miss: misaligned layouts, confusing UX, broken visual states, and edge cases.
CRITICAL RULES
- Take a screenshot BEFORE and AFTER every action. This creates the visual evidence chain.
- Log every action with the structured caption format. Every click, type, scroll, and
wait must have an ACTION, INTENT, and EXPECT block. Read
resources/caption-format.md. - Never skip the edge case checklist. After the happy path, run through edge cases.
Read
resources/edge-cases.md. - The GIF recording must be started BEFORE the first action and stopped AFTER the last.
- Gemini reviews the FULL evidence — screenshots + captions + GIF. Not just one piece.
How It Works
Related skills