What problem does it solve?
This Skill helps you detect training-quality problems early (like NaNs, divergence, or worsening eval metrics) so you can stop or adjust a run before you waste more GPU hours.
Core Features & Use Cases
- WandB metric health monitoring: Periodically reads run history to assess loss trends, learning-rate behavior, gradient health, and eval movement.
- Robust decisioning with escalation: Automatically distinguishes clearly bad vs clearly fine outcomes, and only escalates to Codex when the signal is ambiguous.
- Fallback when WandB is unreachable: Uses SSH-tail of a training log as an alternative source to continue the assessment.
Use Case: You start a long semi-supervised training run, and after a few intervals you notice loss divergence or metric degradation in WandB—this Skill helps you decide whether to stop or keep going.
Quick Start
Use the training-check Skill to periodically review the WandB run history for your run_id and decide whether to stop, wait, or continue based on the observed trends.