What problem does it solve? Verifying the Insight dashboard in a live browser fails in expensive ways: remote stands behind Microsoft Entra passkeys cannot be logged into from a freshly launched browser, seeded test stands break when opened on the wrong origin, and negative observations are easily manufactured by cached pages or virtualized lists. This Skill provides the correct acquisition, verification, and evidence-capture workflow for every stand type. ## Core Features & Use Cases - Authenticated browser acquisition: Chooses the right move per stand — plain playwright-cli open for local Keycloak compose, --persistent sessions for kind and remote stands, and CDP or extension attach to the user's own Chrome for passkey-protected Entra stands. - False-negative prevention: Rules out page cache, selector scope, list virtualization, and premature waits before accepting any negative observation as a real defect. - Actionable evidence capture: Produces tight element screenshots, contrast shots, page snapshots, console logs, and API request/response captures, with guidance on scrubbing personal data and mocking hostile responses via route interception. - Use Case: A user asks to check whether a chart on the IC page is still broken on a shared remote stand. The Skill attaches to the user's Chrome session, navigates to the route, captures the widget screenshot plus the underlying API response, and hands the evidence to the bug-filing workflow. ## Quick Start Ask the assistant to open the Insight stand in a browser and verify whether a specific page or chart renders correctly, capturing screenshots as evidence.