Create tessl tiles with docs, rules, and skills.
96
94%
Does it follow best practices?
Impact
99%
2.35xAverage score across 5 eval scenarios
Advisory
Suggest reviewing before use
{
"context": "Tests whether the agent suggests both skill review and eval generation as next steps for a skill tile.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Suggests tessl skill review",
"description": "The agent tells the user to run tessl skill review on the deploy skill.",
"max_score": 25
},
{
"name": "Suggests tessl scenario generate",
"description": "The agent tells the user to run tessl scenario generate to create eval scenarios for the tile.",
"max_score": 25
},
{
"name": "Valid skill tile",
"description": "The tile has a valid tile.json with skills section and a SKILL.md with proper frontmatter (name, description) and deployment content.",
"max_score": 25
},
{
"name": "Explicit private field",
"description": "The tile.json contains an explicit \"private\" field (either true or false).",
"max_score": 25
}
]
}