What problem does it solve? Setting up a local environment to verify the quality-tournament wizard UI requires many manual steps: starting the dev stack, signing in with a dev Clerk session, granting admin rights in local Postgres, connecting a browser automation agent, and capturing screenshots and screen recordings as evidence. This Skill walks through that entire setup so verification can begin without guesswork. ## Core Features & Use Cases - Dev stack startup: Starts the Tilt-based local environment and waits for the api, api-kv-cron, and frontend-api resources to become ready. - Admin gate grant: Grants is_admin to the signed-in Clerk user in local Postgres via bun run db:test-user, then verifies the /labs/quality-tournament page stays accessible after the 60-second cache expires. - Evidence capture: Takes agent-browser snapshots and screenshots, and records the X display with ffmpeg through a FIFO for a graceful, seekable MP4 (avoiding agent-browser record, which drops the Clerk session). - Use Case: Before running UI verification of the quality-tournament wizard, use this Skill to get an authenticated admin session in agent-browser and produce screenshots plus a screen recording to embed in a PR description. ## Quick Start Set up the local quality-tournament verification environment with an admin-signed-in browser session and start capturing screenshot and video evidence.