tessl install tessl/npm-slidev--cli@52.1.0Modern presentation framework and CLI tool that transforms Markdown files into interactive, web-based slide presentations with built-in development server, export capabilities, and Vue.js integration
Agent Success
Agent success rate when using this tile
100%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.12x
Baseline
Agent success rate without this tile
89%
{
"context": "This evaluation assesses how well the engineer uses Slidev's slide transition capabilities to create a presentation with three different transition types: slide-left, fade, and view-transition. The focus is on proper frontmatter configuration of transitions for different slide boundaries.",
"type": "weighted_checklist",
"checklist": [
{
"name": "slide-left transition",
"description": "Slide 2 (Feature Overview) uses the slide-left transition. This should be configured using the 'transition' frontmatter property with value 'slide-left' on the second slide.",
"max_score": 25
},
{
"name": "fade transition",
"description": "Slide 3 (Voice Control Detail) uses the fade transition. This should be configured using the 'transition' frontmatter property with value 'fade' on the third slide.",
"max_score": 25
},
{
"name": "view-transition usage",
"description": "Slides 4, 5, and 6 use the view-transition transition. Each of these slides should be configured with 'transition: view-transition' in their frontmatter, or alternatively configured globally in the headmatter.",
"max_score": 30
},
{
"name": "bidirectional transitions",
"description": "Transitions are configured to work in both forward and backward directions. Slidev handles this automatically when transitions are properly configured in frontmatter, but engineers may need to verify proper configuration.",
"max_score": 20
}
]
}