Agent skill · NVIDIA
i4h-workflow-validate
Run the root-level workflow runtime policy or rule-based rollouts and verify simulator success. Use for evaluation, checkpoints, or local controllers; do not use for replay or dataset annotation.
What it needs
About 4k tokens when loaded.
What this skill does
Validate a Workflow Purpose Run the selected workflow run mode through the unified launcher, inspect the completed recording, and report simulator success. Instructions 1. Resolve the base checkout and a live workflow run mode. 2. Run the unified launcher in the foreground. 3. Require the final episode success summary. 4. Inspect visible behavior and every rollout artifact. Resolve live support Treat the resolver above as part of the skill contract: a hosted copy may run outside the base repository, so never assume the current checkout contains workflows/i4hworkflows. I4HWORKFLOWSREPOURL selects the clone source. When I4HWORKFLOWS is unset, derive the fallback directory from that URL; set I4HWORKFLOWS only to reuse or choose a specific destination. Never replace an existing checkout. Treat ./run.sh list output as the complete authoritative workflow-by-mode table; it is dependency-light and faster than scanning workflow modules. Do not duplicate that mutable table in this skill. Map the user's natural name to a listed workflow id, then choose only a mode shown on that same line: User intent Required live mode Launcher argument --- --- --- Ordinary learned-policy evaluation policy --policy Requested or only available local controller rule-based --rule-based Explicit named alternative such as N1.7 matching listed mode such as policyn17 --mode <name> Inspect ./run.sh show <workflow> --mode <mode>, the workflow module, Scene manifest, and selected Task manifest when model, prompt, checkpoint, goal, or step-cap behavior matters. Use precise readiness language: Structurally valid: show, per-mode lint, and lint --all pass. Launchable: the selected simulator mode starts and every required backend/checkpoint preloads. Rollout-validated: the requested episodes complete and the recorded success evidence passes inspection. Do not report “validated” without stating which level was actually reached. Foreground execution rule Keep run.sh as this agent's foreground tool call. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills NVIDIA/i4h-workflow-validate