skill-tickets SKILL.md: a description YAML can parse - #1753
Merged
Conversation
The description held ': ' after 'agent queue', which YAML reads as a second key inside the value; GitHub showed the error and a skill loader parsing the frontmatter would stumble the same way. Rephrased without the colon. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WDPvXJ7KN5Msffxmc3vYvi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
descriptioninpackages/skill-tickets/SKILL.mdheld:after "agent queue". YAML reads that as a second key inside the value, so GitHub rendered "mapping values are not allowed in this context at line 2 column 55", and a skill loader parsing the frontmatter the same way would stumble too. The line predates #1752 (it came with #1749).Rephrased without the colon; both SKILL.md frontmatters now parse.
🤖 curated · Fable 5.1, effort high — one line, checked with a YAML parser.
🤖 Generated with Claude Code
https://claude.ai/code/session_01WDPvXJ7KN5Msffxmc3vYvi