Skill
visual-qa
Browser-based directed and exploratory testing of a running site.
Two modes of browser-based QA that share the same infrastructure:
- Directed testing — you tell the agent what to check (e.g., “nav stays sticky on scroll,” “the filter chip clears on escape”), it drives the browser and reports.
- Exploratory testing — the agent walks the site systematically, noting what renders, what breaks, what’s missing, and what’s surprising.
Works against whatever browser-driving tool is available — Chrome
DevTools MCP, the agent-browser CLI, or a basic browse CLI — so it
adapts to the environment rather than assuming one.
Useful when you want the agent to actually look at the page instead of trusting that the code it wrote produces the right output.