This automates UI verification in a real browser using Shiplight MCP tools after you make frontend changes. It walks through opening a browser session, inspecting the DOM, simulating interactions, checking console logs, and generating shareable HTML reports with video recordings. The skill is smart about token usage, reading DOM files before screenshots since they're cheaper. It handles authenticated apps by saving storage state after manual login, then reusing it automatically. Skip it for backend-only changes or dependency bumps. The verification plan in step one matters most since it determines your test coverage, and the skill acknowledges you need to balance thoroughness with cost. Solid for catching visual regressions before committing.
npx skills add https://github.com/shiplightai/agent-skills --skill verify