What problem does it solve?
Running untrusted pull request code safely requires a working isolation sandbox, and missing prerequisites (Docker, gVisor, container networking, the toolchain image) cause reproduce-issue preflights to fail. This Skill performs a one-time, idempotent setup and verification of every sandbox prerequisite on Linux or macOS.
Core Features & Use Cases
- Prerequisite installation and verification: Checks Docker, the isolation runtime (gVisor runsc on Linux, Colima VM on macOS), and container networking, repairing only what is missing.
- Toolchain image build: Builds the nx-review-sandbox image from the repo's mise.toml via tools/review-sandbox/build-image.sh, warming the pnpm store so reviews link packages instead of downloading them.
- Networking diagnostics: Detects the veth kernel module class of breakage and guides fixes including modprobe and reboot after kernel updates.
- Use Case: A reproduce-issue preflight reports the sandbox image MISSING; run this Skill to rebuild the image and smoke-test isolation before reviewing the PR.
Quick Start
Ask the assistant to set up the review sandbox and verify all prerequisites for reproducing PR issues in isolation.