Verify a cockpit UI/frontend change in a real browser with Playwright — screenshots, mobile viewport, reproduce a visual bug. Use when asked to visually confirm a UI change, screenshot the running app, or reproduce a rendering/layout bug. Covers cockpit-specific setup the generic run/verify skills miss: isolated dev server on a spare port, password auth, and the service-worker / NODE_ENV / .next caches that otherwise serve stale code.
$npx -y skills add alexjbarnes/cockpit --skill browser-testInstalls into the current project.
Run `npx skills use "https://github.com/alexjbarnes/cockpit" --skill "alexjbarnes/cockpit/browser-test"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alexjbarnes/cockpit" that are relevant to the current task. Run `npx skills add "https://github.com/alexjbarnes/cockpit"` and select the relevant skills, then follow their instructions.