Owns the tests/ folder of an ML workspace and the pairing rule between an experiment and its tests. Lightweight router: every test category has its own subskill (smoke-test-ml-pipeline is the only one for v1; regression-test-ml-pipeline / distribution-test-ml-pipeline etc. plug in as siblings as the workspace grows). This skill places an empty tests/<category>/ folder, enforces the stem-pairing rule between tests/<category>/test_NN_<short_name>.py and experiments/NN_<short_name>.py, and dispatches to the matching subskill when the user asks for a test.
$npx -y skills add probabl-ai/skills --skill test-ml-pipelineInstalls into the current project.
Run `npx skills use "https://github.com/probabl-ai/skills" --skill "probabl-ai/skills/test-ml-pipeline"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/probabl-ai/skills" that are relevant to the current task. Run `npx skills add "https://github.com/probabl-ai/skills"` and select the relevant skills, then follow their instructions.