What problem does it solve? After deploying to dev-cloud or the virtual-smoker device, you need a fast, consolidated answer to "is everything actually healthy?" instead of manually SSHing into hosts, checking containers, and running smoke tests one by one. ## Core Features & Use Cases - End-to-end verification: Runs existing health-check scripts for dev-cloud reachability, Tailscale Serve endpoints, and virtual-smoker device probes, then reports one consolidated pass/fail block. - Container health checks: SSHes into both hosts to confirm expected Docker containers (backend_cloud, frontend_cloud, mongo, device_service, frontend_smoker, watchtower) are healthy or running. - Playwright smoke tests: Executes browser-based frontend probes against the deployed app and captures screenshots as artifacts. - Use Case: After a nightly deploy, invoke /verify-deploy to confirm the cloud backend API, frontend, and device services all pass before declaring the release good. ## Quick Start Ask the assistant to verify the deploy and confirm dev-cloud and virtual-smoker are healthy.