qa-loop
Installation
SKILL.md
qa-loop
Mimics a human developer's post-code browser QA pass. Drive a real Chrome via agent-browser, click through the feature you just built, watch the console and network for errors, fix what's broken, and re-verify — until the happy path works end-to-end as originally requested.
Hard Requirement: agent-browser
This skill drives Chrome through the agent-browser CLI. Verify it is installed before doing anything else:
agent-browser --version
If the command is not found, stop immediately and tell the user:
"qa-loop requires the agent-browser CLI. Install it with
npm install -g agent-browser && agent-browser install, then re-run."
Do not attempt any browser work without it.