mlops-validation-cn

Rigorous validation with typing, linting, testing, and security

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mlops-validation-cn" with this command: npx skills add guohongbin-git/mlops-validation-cn

MLOps Validation ✅

Automated quality and security checks.

Features

1. Pre-commit Hooks 🔧

Setup automated checks:

cp references/pre-commit-config.yaml ../your-project/.pre-commit-config.yaml
cd ../your-project
pre-commit install

Runs on every commit:

  • Ruff (linting + formatting)
  • MyPy (type checking)
  • Bandit (security)

2. Test Fixtures 🧪

Shared pytest setup:

cp references/conftest.py ../your-project/tests/

Provides fixtures:

  • sample_df - Test dataframe
  • temp_dir - Temporary directory
  • sample_config - Config dict
  • train_test_split - Pre-split data

Quick Start

# Copy pre-commit config
cp references/pre-commit-config.yaml ./.pre-commit-config.yaml

# Install hooks
pre-commit install

# Run manually
pre-commit run --all-files

# Setup test fixtures
cp references/conftest.py tests/

# Run tests
pytest tests/ -v --cov=src

Commands

# Type check
mypy src/

# Lint
ruff check src/ tests/

# Format
ruff format src/ tests/

# Test
pytest tests/ --cov=src

# Security scan
bandit -r src/

Author

Converted from MLOps Coding Course

Changelog

v1.0.0 (2026-02-18)

  • Initial OpenClaw conversion
  • Added pre-commit config
  • Added test fixtures

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

MLOps Prototyping CN

Structured Jupyter notebook prototyping with pipeline integrity

Registry SourceRecently Updated
6350Profile unavailable
Security

Ai Intelligent Face Recognition

人脸识别,人脸检测 + 比对 + 搜索。

Registry SourceRecently Updated
1570Profile unavailable
Security

安全审核标准_自动化

自动扫描skills目录中的Skill文件,进行安全审计、风险评分并提供安装建议,确保安全安装策略执行。

Registry SourceRecently Updated
1290Profile unavailable
Security

安全审核标准 - 自动化版

自动扫描 workspace/skills 目录中多种文件,识别风险关键词,生成安全审计报告并给出安装建议。

Registry SourceRecently Updated
990Profile unavailable