帮助团队搭建可复现、可部署、可监控的生产级机器学习工程流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "mle-workflow" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/mle-workflow/SKILL.md 2. 保存为 ~/.claude/skills/mle-workflow/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为一个用于用户流失预测的机器学习系统设计生产级工程流程,覆盖数据契约、特征处理、可复现训练、模型评估、部署、监控与回滚策略,并给出各阶段的责任分工与关键检查点。
一份结构化的ML工程流程方案,说明阶段、职责、质量门禁与上线保障措施。
请审查我们当前的模型上线流程:数据来自多个表,训练靠手动脚本,评估只看AUC,没有漂移监控,也缺少回滚预案。请指出风险,并给出生产化改进建议和优先级路线图。
一份流程审查报告,包含主要风险、缺口分析和按优先级排序的改进建议。
请为一个已部署的推荐模型制定监控与回滚方案,包含输入数据质量、特征漂移、预测分布、线上效果指标、告警阈值、触发条件,以及自动回滚和人工介入流程。
一套可执行的监控与回滚机制,便于运维和算法团队稳定维护线上模型。
Use this skill to turn model work into a production ML system with clear data contracts, repeatable training, measurable quality gates, deployable artifacts, and operational monitoring.
Use only the lanes that fit the system in front of you. This skill is useful for ranking, search, recommendations, classifiers, forecasting, embeddings, LLM workflows, anomaly detection, and batch analytics, but it should not force one architecture onto all of them.
python-patterns and python-testing for Python implementation and pytest coveragepytorch-patterns for deep learning models, data loaders, device handling, and training loopseval-harness and ai-regression-testing for promotion gates and agent-assisted regression checksdatabase-migrations, postgres-patterns, and clickhouse-io for data storage and analytics surfacesdeployment-patterns, docker-patterns, and security-review for serving, secrets, containers, and production hardeningDo not treat MLE as separate from software engineering. Most ECC SWE workflows apply directly to ML systems, often with stricter failure modes:
The recommended minimal --with capability:machine-learning install keeps the core agent surface available alongside this skill. For skill-only or agent-limited harnesses, pair skill:mle-workflow with agent:mle-reviewer where the target supports agents.
| SWE surface | MLE use |
|---|---|
product-capability / architecture-decision-records | Turn model work into explicit product contracts and record irreversible data, model, and rollout choices |
repo-scan / codebase-onboarding / code-tour | Find existing training, feature, serving, eval, and monitoring paths before introducing a parallel ML stack |
plan / feature-dev | Scope model changes as product capabilities with data, eval, serving, and rollback phases |
tdd-workflow / python-testing | Test feature transforms, split logic, metric calculations, artifact loading, and inference schemas before implementation |
code-reviewer / mle-reviewer | Review code quality plus ML-specific leakage, reproducibility, promotion, and monitoring risks |
build-fix / pr-test-analyzer | Diagnose broken CI, flaky evals, missing fixtures, and environment-specific model or dependency failures |
quality-gate / test-coverage | Require automated evidence for transforms, metrics, inference contracts, promotion gates, and rollback behavior |
eval-harness / verification-loop | Turn offline metrics, slice checks, latency budgets, and rollback drills into repeatable gates |
…
为 Quarkus 3.x 项目提供测试驱动开发方案,支持功能开发、修复与重构。
基于 C++ Core Guidelines 提供现代、安全、惯用的 C++ 编码规范建议
帮助你设计并实现 F# 单元、属性与集成测试的最佳实践
帮助你用 dmux 编排多智能体并行协作,加速开发与复杂任务执行。
帮助用户检索 PubMed 生物医学文献、MeSH 主题词与 PMID 引文信息。
通过 fal.ai 一站式生成图片、视频与音频内容,满足多模态创作需求
监控生产环境机器学习模型漂移、性能下降并提供告警与重训建议
用于检测机器学习漂移、比对 MLflow 注册表并支持受 HMAC 保护的模型回滚
通过 Rube MCP 自动执行 BigML 相关任务与机器学习工作流。
帮助用户提交并跟踪 Neo 的 AI/ML 工程任务,获取执行结果与输出文件。
将流程一次性教给智能体,让其按规范持续稳定地自动执行任务。
帮助用户与 AI 在统一 Markdown 工作区中读写、整理和共享文档。