A Playwright wrapper that handles the annoying parts of browser automation. It auto-detects your running dev servers so you don't have to hunt down port numbers, writes test scripts to /tmp to keep your project clean, and defaults to visible browser windows so you can actually see what's breaking. The workflow is straightforward: describe what you want tested, it detects your localhost setup, generates the Playwright code, and runs it through a universal executor. Useful for quick smoke tests, form validation checks, or grabbing screenshots across viewports without setting up a full test suite. The examples cover common scenarios like login flows and broken link checking, and scripts are parameterized so switching between environments is just changing a URL constant.
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill browser-automation-framework