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": "Tests whether the agent correctly identifies redundant criteria using the 80% baseline threshold, presents multiple options for each, preserves criteria that the tile is genuinely helping with, and correctly redistributes weights in criteria.json when criteria are removed.",
"type": "weighted_checklist",
"checklist": [
{
"name": "All redundant criteria identified",
"description": "All three high-baseline criteria are flagged as redundant: 'JSON response format' (14/15 baseline = 93%), 'HTTP headers included' (15/15 = 100%), and '4xx error handling' (9/10 = 90%)",
"max_score": 20
},
{
"name": "Options presented per criterion",
"description": "For each redundant criterion, at least two options are presented — must include some combination of: remove from criteria.json, make the eval task harder, or keep as sanity check",
"max_score": 15
},
{
"name": "Useful criteria preserved",
"description": "Neither 'Custom Retry-After header' (baseline 3/30 = 10%) nor 'Idempotency key rotation' (baseline 5/30 = 17%) is flagged for removal or marked as redundant",
"max_score": 15
},
{
"name": "Weight redistribution correct",
"description": "If any criteria are removed from criteria.json, the max_score values of remaining criteria are updated so that they sum to exactly 100",
"max_score": 20
},
{
"name": "80% threshold applied",
"description": "The criteria flagged as redundant all have baseline scores >= 80% of their max_score; criteria with baseline below 80% are not flagged as redundant",
"max_score": 8
},
{
"name": "Non-redundant scores unchanged",
"description": "The max_score values for 'Custom Retry-After header' and 'Idempotency key rotation' are not reduced in the updated criteria.json",
"max_score": 10
},
{
"name": "Below-threshold excluded",
"description": "The analysis does NOT flag 'Custom Retry-After header' or 'Idempotency key rotation' as redundant despite the agent possibly believing those criteria are over-weighted",
"max_score": 7
},
{
"name": "Removal option named explicitly",
"description": "For at least one redundant criterion, the option to remove it from criteria.json is explicitly presented (not just implied)",
"max_score": 5
}
]
}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