Fix skill names to use hyphens instead of colons for Copilot compatibility#506
Merged
wesm merged 1 commit intoroborev-dev:mainfrom Mar 12, 2026
Merged
Fix skill names to use hyphens instead of colons for Copilot compatibility#506wesm merged 1 commit intoroborev-dev:mainfrom
wesm merged 1 commit intoroborev-dev:mainfrom
Conversation
…ility (roborev-dev#493) Skill names like "roborev:fix" contain colons which are invalid for GitHub Copilot CLI. Rename all skill names to use hyphens (e.g. "roborev-fix") matching their directory names, which satisfies the naming constraints of all supported agents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
roborev: Combined Review (
|
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.
Summary
roborev:Xtoroborev-X(hyphens instead of colons) to satisfy GitHub Copilot CLI's naming constraints: lowercase letters, numbers, and hyphens onlyname:fields in all 14 SKILL.md files (7 claude + 7 codex), Go source code ininternal/skills/skills.goandcmd/roborev/skills.go, and 5 documentation files inskills/roborev-fix, etc.) — only the metadata and display strings used the invalid colon syntaxCloses #493
🤖 Generated with Claude Code