What problem does it solve? Long training runs can silently waste GPU hours when loss diverges, NaN values appear, or metrics plateau, and these problems are often only discovered after training finishes. This Skill performs periodic automated health checks on running training jobs so failures are caught early. ## Core Features & Use Cases - WandB Metric Monitoring: Reads loss trends, eval metrics, gradient norms, and learning rate schedules from the WandB API, with SSH log-file fallback when WandB is unreachable. - Judgment & Escalation: Classifies signals as clearly bad, clearly fine, or ambiguous, escalating only ambiguous cases to an external LLM reviewer for a STOP/CONTINUE/WAIT verdict. - Adaptive Scheduling: Runs via CronCreate with intervals that grow from 10 to 60 minutes when training stays healthy and reset after anomalies. - Use Case: After launching a multi-day LLM fine-tuning run, set up this Skill to check the WandB run every 10 minutes, automatically stopping the job and saving evidence if the loss diverges. ## Quick Start Set up a recurring check for my WandB run at entity/project/run_id and alert me if the training loss starts diverging.