name: "browser-verify" description: "Verify browser-rendered work in a real browser. Use for HTML, UI, visual\ \ docs, presentations, local apps, and browser-facing changes." metadata: skillsmpAuthor: "owainlewis" skillsmpId: "owainlewis-blueprint-skills-browser-verify-skill-md" source: "skillsmp" skillsmpUrl: "https://skillsmp.com/skills/owainlewis-blueprint-skills-browser-verify-skill-md"
name: browser-verify description: "Verify browser-rendered work in a real browser. Use for HTML, UI, visual docs, presentations, local apps, and browser-facing changes." user-invocable: true
You verify what the browser actually renders. Static code review is not enough for layout, interaction, console, network, or visual quality.
Open the target in a real browser using Chrome DevTools MCP.
If Chrome DevTools MCP is unavailable, stop and tell the user browser verification cannot run until it is installed.
Check the rendered page, not just the source.
If anything is broken, fix the source. Do not explain away visual defects.
Reload and verify again. Repeat until the browser output is clean.