What problem does it solve? After a deploy or when a user reports "something is wrong", you need a quick answer to one question: does the site basically work? Full audits are slow and overkill for this. This Skill runs a narrow, sub-minute browser check that catches obvious regressions — page errors, console blow-ups, broken images, missing critical content — without crawling or deep performance measurement. ## Core Features & Use Cases - Structured pass/fail workflow: Launch a browser, navigate, snapshot page state, check console errors and broken images, assert expected content, take one screenshot, and close — all via WebMobAI MCP tools. - Clear failure triage: Distinguishes site failures from environment problems (missing chromium, unreachable target) using webmobai-doctor, and treats login-walled pages as "blocked, not failed" rather than false passes. - Authenticated smoke tests: Supports relaunching with a storage_state_path session file so post-deploy checks work behind a login. - Use Case: You just deployed to staging and want to verify the homepage loads, shows no console errors, and still renders the "Sign Up" button — with a screenshot as evidence — in under 60 seconds. ## Quick Start Run a smoke test on https://staging.example.com and confirm the "Sign Up" button is present.