{ "skill_name": "mermaid-fixer", "evals": [ { "id": 1, "prompt": "The Mermaid diagrams in demo_scripts/demo.md have syntax errors. Please fix them.", "expected_output": "The skill should run check-mermaid.js, identify the 3 syntax errors, and apply fixes by quoting labels with special characters. After fixes, all 9 Mermaid blocks should pass validation.", "files": ["demo_scripts/demo.md"] }, { "id": 2, "prompt": "My documentation file README.md has broken Mermaid diagrams. Can you check and fix them?", "expected_output": "The skill runs check-mermaid.js on README.md, parses any error reports, applies appropriate fixes based on error types, and verifies the fixes by running the check again.", "files": [] }, { "id": 3, "prompt": "CI/CD is failing with Mermaid validation errors on docs/api.md. Please fix the diagrams.", "expected_output": "The skill identifies all Mermaid syntax errors using check-mermaid.js, applies fixes for each error type (parentheses, brackets, braces in labels), and ensures the file passes validation.", "files": [] } ] }