Fixed
commands/project/execution/complete-ticket.md: corrected YAML frontmatter that failed strict parsing in oh-my-pi and the GitHub renderer. Two issues: unquoted double quotes around"In Review"were interpreted as a quoted-string opener with trailing junk, andargument-hint: [ticket-key] (optional...)led with[which opens a flow-style sequence and then failed on the prose tail. Wrapped both values in matching outer quotes (#193)
Added
CommandFrontmatterCheckerinscripts/validate-skills.py: strict-parses YAML frontmatter on everycommands/**/*.mdwith PyYAML (no fallback to the lenient simple parser, which had been masking these bugs). Runs as part of the workflow validation pass.
Contributors
- @rlex — Reported broken YAML frontmatter in
complete-ticket.mdafter the0.4.14release surfaced the parse error in oh-my-pi (#193)
Documentation: https://jeffallan.github.io/claude-skills/