ml-serving-mlops-review
Installation
SKILL.md
ML Serving MLOps Review
Use this skill for production ML serving, MLOps, deployment review, monitoring, retraining, model cards, release gates, and ML debugging triage.
Process
- Identify the serving mode: batch, online, streaming, edge, embedded library, managed provider, or model server.
- Inspect model contracts, input/output validation, feature manifests, preprocessing versions, artifact formats, fallback behavior, and train-serving parity tests.
- For real project work, detect repo-pinned model/runtime/framework versions first. Use
itsol-current-tech-contextfor current official docs before judging fast-moving model-serving APIs, registries, providers, or security defaults. - If Rust/Rig/Candle/provider runtime code is the primary surface, route first to
rust-ml-llm-architecture,rust-ml-llm-debugging, orrust-ml-llm-review; use this skill for cross-cutting serving, MLOps, rollout, monitoring, and review concerns. - For large, multi-surface, production-impacting, security/privacy-sensitive, or release-sensitive ML PR reviews, use focused subagents before the final verdict. Split review by risk area: data/evaluation, training/experiments, LLM/RAG, serving/MLOps, security/privacy, QA/release, and
rust-ml-llm-reviewwhen Rust/Rig/Candle code is primary. - Lead review output with concrete findings, severity, affected behavior, missing verification, rollback risk, and file references.
Evidence
Prefer model contracts, schema tests, parity tests, registry records, model cards, CI logs, training run metadata, deployment manifests, monitoring dashboards, incident logs, eval reports, and release approvals over assumptions.