run-roachtest Run a CockroachDB roachtest from end to end. The skill handles three things that are easy to get wrong: 1. Where to run (local vs. the user's GCE worker). 2. How to launch on the worker so the run survives a closed laptop lid and Claude stays informed when it finishes. 3. How to give the user a no-friction way to peek at progress. Requires the CLI configured (provisions and addresses the user's GCE worker without a name argument). When to use this skill - The user says "run X", "kick off X", "stress X", "try X on the worker", "run this test", etc., where X is a roachtest. - The…