What problem does it solve?
This Skill removes guesswork by helping you monitor long-running PTQ quantization, NEL evaluation, deployment, or raw SLURM jobs so you can quickly see whether they are still running, have completed, or failed.
Core Features & Use Cases
- Auto-monitor for submitted jobs: Registers newly submitted jobs and starts a recurring poller that updates you on state changes until the job reaches a terminal status.
- On-demand job status checks: Supports user requests like “check job status” or “what’s the status of job <slurm_job_id>” by looking up the job and reporting only changes since the last check.
- Job-type aware diagnostics: Uses the right verification method per job type (NEL via nel commands, launcher via launch output tailing, raw SLURM via squeue/sacct and log inspection).
Quick Start
Ask to “monitor my evaluation job status for <id>” so the Skill checks the registry, queries the correct backend for that job type, and reports state changes and failures with suggested log inspection.