fix: correct skill name and quote YAML description#38
Merged
Conversation
Rename SKILL_NAME from "outline" to "outline-cli" to match the install directory convention used by todoist-cli and twist-cli. Quote the description in YAML frontmatter to prevent colons from breaking parsing. Use SKILL_NAME in the install path for consistency.
There was a problem hiding this comment.
This PR corrects the skill name to outline-cli and fixes YAML parsing by quoting the description, nicely aligning with established conventions and resolving skill detection for new installations. It is worth noting that existing local installations from previous versions will retain the broken frontmatter unless a migration or forced-reinstall path is introduced.
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 25, 2026
## [1.0.1](v1.0.0...v1.0.1) (2026-03-25) ### Bug Fixes * correct skill name and quote YAML description ([#38](#38)) ([e0e4fa4](e0e4fa4))
|
🎉 This PR is included in version 1.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
✅ |
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.
Overview
The skill YAML frontmatter had two issues: the name was
outlineinstead ofoutline-cli(which didn't match the install directory, breaking skill detection), and the description contained an unquoted colon that broke YAML parsing. This renames the skill tooutline-clito match the convention used by todoist-cli and twist-cli, quotes the description, and usesSKILL_NAMEin the install path for consistency.Test plan
ol skill installinstalls without conflicts