You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix skill names to comply with Agent Skills specification (#3304)
The Agent Skills specification (https://agentskills.io/specification)
requires the `name` field in SKILL.md frontmatter to:
- Use only lowercase letters, numbers, and hyphens
- Match the parent directory name
- Not contain spaces or uppercase characters
This commit updates all skill name fields to match their directory
names and renames pr-inline-review/skill.md to SKILL.md as required
by the specification.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments