qa
Installation
SKILL.md
QA — Smart Browser Testing
Automates what a developer does manually: navigate, interact, trigger API calls, verify results. Uses Playwright MCP for interactions and agent-browser for video recording and visual diffs.
Input
Accept either:
- Natural language flow: "Create a recipe with 3 ingredients, verify nutrition calculates"
- URL + instructions:
http://localhost:3000/orders+ "Click New Order, fill supplier, submit"
If no URL provided, default to http://localhost:3000.
Step 1: Prepare
mkdir -p .qa
grep -qxF '.qa/' .gitignore 2>/dev/null || echo '.qa/' >> .gitignore