Skip to content

Commit 73d4f26

Browse files
JAORMXclaude
andauthored
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>
1 parent 3050f88 commit 73d4f26

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude/skills/commit-message/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Generating Commit Messages
2+
name: commit-message
33
description: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
44
---
55

.claude/skills/doc-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Documentation review
2+
name: doc-review
33
description: Reviews documentation for factual accuracy
44
---
55

.claude/skills/helm-chart-bump/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bumping Helm Chart
2+
name: helm-chart-bump
33
description: Ensures that all necessary tasks have been performed for a Helm Chart bump.
44
---
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: PR Inline Review
2+
name: pr-inline-review
33
description: Submit inline review comments to GitHub Pull Requests using the GitHub CLI, with support for inline code suggestions.
44
---
55

.claude/skills/pr-review-reply/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: PR Review Reply
2+
name: pr-review-reply
33
description: Reply to and resolve GitHub PR review comments using the GitHub CLI and GraphQL API.
44
---
55

0 commit comments

Comments
 (0)