What problem does it solve?
This Skill removes the manual, error-prone work of onboarding new VMAF model artifacts by validating them, placing them in the right location, and updating the repository so they can be loaded correctly.
Core Features & Use Cases
- Model Validation: Checks JSON, pickle, and ONNX model files for the expected format and safety requirements.
- Build Integration: Copies approved model files into the repository and updates the build install set when needed.
- Loader Smoke Testing: Adds a test that confirms the model can be loaded and unloaded cleanly with basic metadata intact.
- Use Case: A maintainer receives a newly trained VMAF model and uses this Skill to validate it, register it in the build, and verify that the runtime can consume it without regressions.
Quick Start
Ask this Skill to validate your VMAF model file, register it in the repository, and add the necessary build and loader test updates.