Optimize your skills and tiles: review SKILL.md quality, generate eval scenarios, run evals, compare across models, diagnose gaps, and re-run until scores improve.
88
94%
Does it follow best practices?
Impact
88%
1.07xAverage score across 24 eval scenarios
Passed
No known issues
{
"context": "Testing whether an agent correctly handles downloading scenarios when multiple commits were passed to tessl scenario generate — where --last only downloads the most recent generation and specific IDs are needed for each commit.",
"type": "weighted_checklist",
"checklist": [
{
"name": "does_not_use_last_only",
"description": "The agent does NOT simply run `tessl scenario download --last`, which would only download scenarios from one of the two commits.",
"max_score": 30
},
{
"name": "finds_generation_ids",
"description": "The agent either uses `tessl scenario list` to find the generation IDs, or instructs the user to use the Scenario IDs shown in the generate output.",
"max_score": 20
},
{
"name": "downloads_each_separately",
"description": "The agent downloads scenarios for each commit separately using specific generation IDs (e.g., `tessl scenario download <id1>` then `tessl scenario download <id2>`).",
"max_score": 30
},
{
"name": "explains_why",
"description": "The agent explains that each commit produced its own generation with its own ID, and `--last` only gets the most recent one.",
"max_score": 20
}
]
}evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
scenario-17
scenario-18
scenario-19
scenario-20
scenario-21
scenario-22
scenario-23
scenario-24
skills
compare-skill-model-performance
optimize-skill-instructions
references
optimize-skill-performance
optimize-skill-performance-and-instructions