Skip to content

Fix skill names to use hyphens instead of colons for Copilot compatibility#506

Merged
wesm merged 1 commit intoroborev-dev:mainfrom
mariusvniekerk:issues-493
Mar 12, 2026
Merged

Fix skill names to use hyphens instead of colons for Copilot compatibility#506
wesm merged 1 commit intoroborev-dev:mainfrom
mariusvniekerk:issues-493

Conversation

@mariusvniekerk
Copy link
Collaborator

Summary

  • Rename all skill names from roborev:X to roborev-X (hyphens instead of colons) to satisfy GitHub Copilot CLI's naming constraints: lowercase letters, numbers, and hyphens only
  • Update frontmatter name: fields in all 14 SKILL.md files (7 claude + 7 codex), Go source code in internal/skills/skills.go and cmd/roborev/skills.go, and 5 documentation files in skills/
  • Directory names were already valid (roborev-fix, etc.) — only the metadata and display strings used the invalid colon syntax

Closes #493

🤖 Generated with Claude Code

…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-ci
Copy link

roborev-ci bot commented Mar 12, 2026

roborev: Combined Review (7cf2e6e)

Verdict: The PR successfully renames skill identifiers from roborev:* to roborev-* across the codebase and documentation, and all agents agree the code is clean with no Medium, High, or Critical issues found.


Synthesized from 3 reviews (agents: codex, gemini | types: default, security)

@wesm wesm merged commit c24b7f0 into roborev-dev:main Mar 12, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skills names are invalid (for GitHub Copilot)

2 participants