What problem does it solve?
Maintainers need a rigorous, advisory manual validation of the user-facing staging Brev Launchable deployment that automated E2E tests cannot fully cover, including the web deployment flow, image identity, runtime receipts, and inference checks.
Core Features & Use Cases
- Web Journey Validation: Walks the Brev Launchable deployment flow in an authenticated browser, records instance type and price, and requires explicit approval before creating a billable instance.
- Image and Runtime Identity Verification: Compares the deployed GCE instance image and /etc/nemoclaw/provision.json receipt against the launchable-e2e.json workflow artifact for the selected commit SHA.
- Credential-Safe Inference Testing: Runs hosted and sandbox inference checks only with a short-lived NVIDIA_INFERENCE_API_KEY delivered through a supported secret mechanism, with rotation or revocation after the run.
- Use Case: A maintainer hands Codex a deployed Brev environment URL and asks for validation; the Skill verifies access, image identity, the baked full E2E user journey, and produces a structured advisory report classifying the result as complete pass, failed, partially blocked, or not run.
Quick Start
Use the nemoclaw-maintainer-validate-launchable skill to validate the staging Brev Launchable deployment at the provided environment URL and report the result.