Fix invalid YAML frontmatter in setup skill template#55
Fix invalid YAML frontmatter in setup skill template#55Snow9666 wants to merge 1 commit intobmad-code-org:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
WalkthroughChanged the SKILL.md template front-matter Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related issues
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
56467bb to
9b6898a
Compare
Summary:
Why:
Codex scans every SKILL.md under installed skills. The unquoted placeholder name: { setup-skill-name } is parsed as a YAML map instead of a string, so the template file is skipped as an invalid skill during startup.
Validation:
Summary by CodeRabbit
Improvements
Tests