Skip to content

fix: Add explicit commandName to anonymous skill frontmatter#14

Merged
thecodedrift merged 1 commit intomainfrom
fix/consistent-anonymous-commandname
Apr 7, 2026
Merged

fix: Add explicit commandName to anonymous skill frontmatter#14
thecodedrift merged 1 commit intomainfrom
fix/consistent-anonymous-commandname

Conversation

@thecodedrift
Copy link
Copy Markdown
Member

Summary

  • Adds commandName: "-" to taskless-create-rule-anonymous and taskless-improve-rule-anonymous skill frontmatter for consistency with all other skills

Closes #11

Test plan

  • pnpm build:generate-commands confirms anonymous skills are correctly skipped
  • pnpm lint passes

🤖 Generated with Claude Code

Closes #11

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 7, 2026 06:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes skill frontmatter by explicitly setting metadata.commandName: "-" for anonymous skills so they remain consistent with other non-slash-command skills and don’t implicitly expand the schema.

Changes:

  • Add metadata.commandName: "-" to taskless-create-rule-anonymous skill frontmatter.
  • Add metadata.commandName: "-" to taskless-improve-rule-anonymous skill frontmatter.
  • Add a changeset to publish a patch release of @taskless/skills.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
skills/taskless-improve-rule-anonymous/SKILL.md Adds explicit metadata.commandName: "-" to match established skill frontmatter conventions.
skills/taskless-create-rule-anonymous/SKILL.md Adds explicit metadata.commandName: "-" to match established skill frontmatter conventions.
.changeset/consistent-anonymous-commandname.md Records a patch changeset describing the frontmatter consistency fix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@thecodedrift thecodedrift merged commit 64b836f into main Apr 7, 2026
5 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.

Inconsistent commandName expands schema

2 participants