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 owainlewis/blueprint --plugin blueprintUses 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.
Drives a real browser via Chrome DevTools MCP to debug rendering, console errors, network behavior, performance, and accessibility where static analysis cannot see runtime state.
Automatically validate implementations in real browsers using Chrome DevTools MCP. Tests responsive breakpoints (320px, 768px, 1024px), checks WCAG AA accessibility, validates interactions, and generates detailed fix reports.