Describe the bug
Easy to reproduce in SKILL.md
name: parsing-failure
description: Any "quoted" text will cause the skill to fail to load
It load fine in Claude Code, but Copilot CLI silently doesn't load them.
Affected version
0.0.384 Commit: 0b21260
Steps to reproduce the behavior
To SKILL.md add the following content:
`---
name: parsing-failure
description: Any "quoted" text will cause the skill to fail to load
---`
Expected behavior
Skill parsing-failure should be avaible, instead it's not. It load in Claude Code, but not in Copilot CLI. Removing the "" allow the skill to load.
Additional context
No response