What problem does it solve? Investigating failures inside Antithesis test runs requires navigating a complex web-based multiverse debugger, running commands in containers, and extracting evidence from a specific moment in virtual time. This Skill automates that browser-driven workflow so you can inspect container filesystems, runtime state, and logs without manual clicking. ## Core Features & Use Cases - Simplified debugger automation: Run bash commands in containers, read files, list directories, and extract artifacts by driving the simplified debugger UI through injected JavaScript runtime methods. - Advanced notebook mode: Switch to the Monaco-based notebook for programmatic inspection, timeline branching, event set queries, and fault injector state checks. - File extraction and download: Extract files from containers at a chosen moment and download them locally for offline analysis. - Use Case: Given an Antithesis debugging-session URL for a failed test, open the session, click the relevant log line to set the moment and container, run ls -la /opt/antithesis/ inside the container, and extract the workload entrypoint script to diagnose the failure. ## Quick Start Open this Antithesis debugging-session URL and inspect the filesystem of the failing container to find why the workload crashed.