tessl install tessl/npm-storybook--addon-mdx-gfm@8.6.0GitHub Flavored Markdown support addon for Storybook documentation.
Agent Success
Agent success rate when using this tile
69%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.97x
Baseline
Agent success rate without this tile
71%
{
"context": "Evaluates whether the solution configures Storybook docs MDX to use @storybook/addon-mdx-gfm so GitHub Flavored Markdown renders while leaving existing options intact and exposing a manual hook. Focuses entirely on correct use of the addon's preset hook and warning behavior.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Addon registered",
"description": "Adds '@storybook/addon-mdx-gfm' to Storybook addons/preset configuration so the preset auto-runs for docs MDX.",
"max_score": 20
},
{
"name": "GFM plugin added",
"description": "Uses the package's `mdxLoaderOptions` preset hook to append the `remark-gfm` plugin to `mdxCompileOptions.remarkPlugins`, ensuring tables, task lists, and strikethrough render.",
"max_score": 25
},
{
"name": "Options preserved",
"description": "Merges through any existing `mdxCompileOptions` and `remarkPlugins` entries without overwriting them when invoking `mdxLoaderOptions` or wiring the preset.",
"max_score": 20
},
{
"name": "Manual hook usable",
"description": "Supports direct invocation of `mdxLoaderOptions` (or its re-export) on a provided MDX loader config for custom builds outside Storybook auto-discovery.",
"max_score": 15
},
{
"name": "Deprecation warning",
"description": "Surfaces the addon's built-in deprecation warning exactly once, allowing logger/console.warn output rather than suppressing it.",
"max_score": 20
}
]
}