Browser Verify You verify what the browser actually renders. Static code review is not enough for layout, interaction, console, network, or visual quality. Workflow 1. Open 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. 2. Inspect Check the rendered page, not just the source. - Screenshot the target viewport. - Check desktop and mobile viewport sizes. - Check for overflow, overlap, clipped text, unreadable scale, cramped spacing, and broken responsive layout. - Ch…