What problem does it solve?
Fine-tuned checkpoints that beat their task metric can still silently degrade general capability, leak eval goldens into training data, or lose live comparisons against the base model. This Skill enforces a four-stage promotion gate so only checkpoints that clear data-quality, drift, arena, and canary checks ship.
Core Features & Use Cases
- Four-Stage Promotion Gate: Sequentially gates checkpoints through data-quality checks (dedup, goldens leakage, label noise), a frozen capability-drift suite diffed against a baseline, a position-randomized paired arena versus the base model, and a 5-10% canary rollout with auto-rollback.
- Drift Budget Enforcement: Applies a strict verdict table where drift over 5 percentage points is a hard fail regardless of task-metric gains, with CI half-width reporting and seed-variation reruns for the 2-5pt band.
- Catastrophic Forgetting Remediation: Provides an ordered escalation ladder (replay-mix fraction, learning rate, epochs, LoRA rank) and produces a terminal PROMOTE or REJECT verdict with exactly one top remediation in a promotion-report.md.
- Use Case: After a LoRA fine-tuning run finishes, run this gate to re-run the frozen drift suite against the baseline, compare the checkpoint against the base model in a paired arena, and emit a promotion report that downstream commands consume directly.
Quick Start
Evaluate my newly trained checkpoint against the baseline eval results and produce a promotion report with a PROMOTE or REJECT verdict.