run-job

Submit, monitor, resume, and report Slurm, RunPod, or local experiment jobs.

Updated May 12, 2026
One-click install
npx skills add https://github.com/wangdepin/raca-codex --skill run-job-wangdepin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-job
Source: https://github.com/wangdepin/raca-codex/tree/main/.claude/skills/run-job
Command: npx skills add https://github.com/wangdepin/raca-codex --skill run-job-wangdepin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of running HPC or cloud experiment jobs by orchestrating script generation, submission, monitoring, artifact validation, and resumable execution so results are delivered reliably without manual babysitting.

Core Features & Use Cases

  • End-to-end job lifecycle: Generates the correct sbatch/run scripts, submits to Slurm/RunPod/local, monitors status, and completes the workflow through result reporting.
  • Deterministic, resumable execution: Enforces checkpointing and supports resuming when jobs time out or fail mid-run.
  • Incremental artifact pipeline: Uploads partial and final outputs incrementally to Hugging Face, validates artifacts, and syncs a dashboard.
  • Safety guardrails: Performs pre-flight checks (references, cluster config, connectivity, and resource fit) and prevents silent parameter changes without user confirmation.

Quick Start

Ask your agent to run the canary or submit the experiment to your target cluster with the provided job spec and then stream progress updates until the final validated results and dashboard link are produced.

Frequently Asked Questions about run-job

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Slurm job submission and monitoring for HPC experiments?

To automate Slurm job submission, this workflow generates sbatch scripts, submits them to the cluster, and monitors status with periodic log-based health checks. It manages the complete experiment lifecycle from pre-flight validation to final artifact reporting.

Can I resume a RunPod training job from a checkpoint after an OOM crash?

Yes, you can resume a RunPod training job from a checkpoint after an OOM crash. The workflow enforces deterministic checkpointing and supports resuming interrupted execution automatically, ensuring experiments continue safely from their last valid state.

Does this job orchestration workflow support incremental Hugging Face uploads during training?

Yes, this job orchestration workflow supports incremental Hugging Face uploads during training. It manages an incremental artifact pipeline that uploads partial outputs progressively, validates artifacts, and synchronizes a dashboard with the latest results.

What is pre-flight validation for experiment execution on HPC clusters?

Pre-flight validation for experiment execution is a safety check performed before job submission. It verifies references, cluster configuration, connectivity, and resource fit to prevent silent parameter changes and ensure the compute environment is correctly configured.

How do I run SFT and RL training jobs locally without manual babysitting?

To run SFT and RL training jobs locally without manual babysitting, use a template-driven job orchestration workflow. It automates script generation, monitors log health for truncation or NaN issues, and handles checkpoint-resume automatically.

What are the limitations of using template-driven scripts for experiment execution?

Limitations of template-driven scripts for experiment execution include the strict requirement for pre-flight validation of references and cluster config. The workflow prevents silent parameter changes without user confirmation, requiring explicit setup for safe resumable execution.