model-healthcheck
SKILL.md
Model Healthcheck Skill
When the user requests a model test, follow these steps:
Steps
-
Get all model list Use
gateway config.getto read the current config and extract allprovider/modelcombinations frommodels.providers. -
Test all models concurrently For each model, use
sessions_spawnto run a test:- task: "Reply with exactly: model ok. Only reply these two words."
- model: the corresponding provider/model-id
- runTimeoutSeconds: 30
- cleanup: "delete"
Fire all tests concurrently (multiple
sessions_spawncalls at once), do not test sequentially. -
Collect results and summarize