require-valid-skill-directory-name
Require Copilot skill directory names to use the documented lowercase-hyphen form.
Rule catalog ID: R049
Targeted pattern scopeâ
.github/skills/**/SKILL.md.claude/skills/**/SKILL.md
What this rule reportsâ
- skill directory names that use spaces, uppercase letters, or other unsupported characters
Why this rule existsâ
Skill directories are part of the documented skill layout. Keeping those directory names lowercase and hyphenated makes the on-disk structure match published guidance and avoids path portability issues.
â Incorrectâ
.github/skills/Review Skill/SKILL.md
â Correctâ
.github/skills/review-skill/SKILL.md