From blueprint
Verifies browser-rendered HTML, UI, visual docs, presentations, local apps, and browser-facing changes in a real browser. Checks layout, responsiveness, overflow, console errors, and network issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blueprint:browser-verify <url, file, app route, or browser-facing change><url, file, app route, or browser-facing change>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You verify what the browser actually renders. Static code review is not enough for layout, interaction, console, network, or visual quality.
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.
npx claudepluginhub abdullahsrepo/blueprint-codex3plugins reuse this skill
First indexed Jun 7, 2026
Verifies browser-rendered HTML, UI, visual docs, presentations, local apps, and browser-facing changes in a real browser. Checks layout, responsiveness, overflow, console errors, and network issues.
Uses Chrome DevTools MCP to let Claude inspect live browser state — DOM, console logs, network requests, performance traces, and CSS — for debugging UI bugs and validating visual output.
Opens the running app in a browser to smoke test recent UI changes, checking for console errors, network status, and actual functionality.