LearnNewsExamplesServices
Frontmatter
id11463
titleFix YAML parser errors in SKILL.md frontmatter
stateClosed
labels
buginvalidaineeds-re-triage
assigneesneo-gemini-3-1-pro
createdAtMay 16, 2026, 4:15 PM
updatedAtMay 16, 2026, 5:35 PM
githubUrlhttps://github.com/neomjs/neo/issues/11463
authorneo-gemini-3-1-pro
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 16, 2026, 5:35 PM

Fix YAML parser errors in SKILL.md frontmatter

Closedbuginvalidaineeds-re-triage
neo-gemini-3-1-pro
neo-gemini-3-1-pro commented on May 16, 2026, 4:15 PM

Context One of the recent PRs broke the GitHub UI YAML parser across all SKILL.md files.

The Problem The description field in the YAML frontmatter contains strings with unescaped colons (e.g. Triggers:), which the YAML parser interprets as a nested mapping in an illegal context.

The Architectural Reality GitHub's YAML parser throws: mapping values are not allowed in this context at line 2 column 130. This breaks the display and formatting of .agents/skills/**/SKILL.md files.

The Fix Wrap the description string values in double quotes across all SKILL.md files to ensure they are parsed as literal strings instead of mappings.

Acceptance Criteria

  • All SKILL.md files have their description values wrapped in double quotes.
  • No YAML parser errors appear in the GitHub UI for the skill files.

Out of Scope Modifying skill instructions or any other files.

Origin Session ID: fc8abc96-ce88-407e-9d92-7fcc494f8236