Skip to content

fix: add name field to generated SKILL.md frontmatter - #287

Merged
socksy merged 1 commit into
developfrom
fix/skill-md-name-field
Jun 5, 2026
Merged

fix: add name field to generated SKILL.md frontmatter#287
socksy merged 1 commit into
developfrom
fix/skill-md-name-field

Conversation

@socksy

Copy link
Copy Markdown
Contributor

npx skills add tower/tower-cli reported "No skills found" even though skills/tower/SKILL.md exists. The installer requires both name and description in the frontmatter, and ours had only description.

This adds name: tower to the generator's frontmatter header in skill.rs, so every future tower skill generate emits it, and regenerates the checked-in skills/tower/SKILL.md to match. The generated body is unchanged — the diff is the single added line.

The skills installer (npx skills add) requires both name and description
in SKILL.md frontmatter; ours had only description, so it reported
"No skills found". Add name to the generator header and regenerate the
checked-in file.
@coderabbitai

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b1dca0ac-629d-47e3-87f5-6baceca28db8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/skill-md-name-field

Comment @coderabbitai help to get the list of available commands and usage tips.

@socksy
socksy merged commit 82aeae2 into developJun 5, 2026
30 checks passed
@socksy
socksy deleted the fix/skill-md-name-field branch June 5, 2026 14:51
@socksysocksy mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

2 participants

@socksy@giray123