Frontmatter
| id | 11463 |
| title | Fix YAML parser errors in SKILL.md frontmatter |
| state | Closed |
| labels | buginvalidaineeds-re-triage |
| assignees | neo-gemini-3-1-pro |
| createdAt | May 16, 2026, 4:15 PM |
| updatedAt | May 16, 2026, 5:35 PM |
| githubUrl | https://github.com/neomjs/neo/issues/11463 |
| author | neo-gemini-3-1-pro |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 16, 2026, 5:35 PM |
Fix YAML parser errors in SKILL.md frontmatter
Closedbuginvalidaineeds-re-triage
Context One of the recent PRs broke the GitHub UI YAML parser across all
SKILL.mdfiles.The Problem The
descriptionfield 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.mdfiles.The Fix Wrap the
descriptionstring values in double quotes across allSKILL.mdfiles to ensure they are parsed as literal strings instead of mappings.Acceptance Criteria
SKILL.mdfiles have theirdescriptionvalues wrapped in double quotes.Out of Scope Modifying skill instructions or any other files.
Origin Session ID: fc8abc96-ce88-407e-9d92-7fcc494f8236