agent-mlflow-skill-selected-run-test

Generate run test files for selected ML models from existing templates.

1|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/choijinwon/opecode-ml-skill- --skill agent-mlflow-skill-selected-run-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-mlflow-skill-selected-run-test
Source: https://github.com/choijinwon/opecode-ml-skill-/tree/main/.opencode/skills/agent-mlflow-skill-selected-run-test
Command: npx skills add https://github.com/choijinwon/opecode-ml-skill- --skill agent-mlflow-skill-selected-run-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating run test files for selected machine learning models, enabling users to automate and streamline their testing workflow.

Core Features & Use Cases

  • Model Selection and Test File Creation: Automatically generate run test files for selected models, ensuring consistent testing practices.
  • Template Conversion: Converts existing templates like runtest.py into new files like runtest_2.py tailored to specific model formats.
  • Use Case: Ideal for developers who need to perform smoke tests on selected models and generate corresponding test files efficiently.

Quick Start

To create a run test file for the selected model, use the agent-mlflow-skill-selected-run-test skill.

Frequently Asked Questions about agent-mlflow-skill-selected-run-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate run test files for machine learning models automatically?

Run test files for machine learning models are generated automatically by converting existing templates like runtest.py into format-specific test scripts. The tool supports sklearn, PyTorch, TensorFlow, and ONNX model formats for consistent testing.

What's the best way to create smoke tests for selected ML models across different frameworks?

Creating smoke tests for selected ML models is handled by converting a base test template into tailored test files. This approach supports multiple frameworks including sklearn, PyTorch, TensorFlow, and ONNX to ensure consistent testing practices.

Does this run test file generation work with PyTorch and TensorFlow models?

Run test file generation works with PyTorch, TensorFlow, sklearn, and ONNX model formats. It adapts existing templates to the specific format of your selected model, ensuring the generated test file matches your framework requirements.

How does template conversion create test files for specific model formats?

Template conversion creates test files by taking an existing script like runtest.py and transforming it into a new file like runtest_2.py. The resulting file is tailored to validate the specific machine learning model format you selected.

Can I use this to standardize ML testing practices across different projects?

Standardizing ML testing practices across projects is the primary goal of the template conversion process. By generating consistent run test files from a base template, it ensures uniform smoke testing workflows for all selected models.