
from cv-train-stack13
Review, run, validate and audit computer vision model training with checks for dataset quality, preprocessing consistency, augmentation, and deployment validati
Structured CV model training and review workflow that helps teams catch mistakes that break production accuracy. It scans a project for training scripts, datasets and preprocessing steps, runs a preflight review, executes controlled training runs (local or remote), validates exported models, and audits training/inference consistency.
Use this skill before starting a new training run, when retraining models, or right after a run finishes. Triggers include: preparing training, reviewing training config, validating an export, or auditing preprocessing for production deployment.
Most general-purpose code-capable assistants (Copilot/Codex/Gemini CLI/Claude Code) can use this skill to orchestrate training and checks.
CV model training review and execution skill with subcommands for review, run, validate, and audit. No bundled scripts — all logic is guidance in SKILL.md with reference docs loaded on demand. Clean, well-structured content covering real production pitfalls (preprocessing mismatches, quantization drift, training-serving skew). No security concerns whatsoever.
Well-written skill for CV practitioners. Common mistakes section is genuinely useful. Architecture follows progressive disclosure pattern well. Would benefit from having scripts/ for automated checks (dataset balance, preprocessing consistency) but works fine as guidance-only.