From a1eb707e26ea99c0c640c72011148be19a3e30d6 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Thu, 16 Apr 2026 14:04:29 +0100 Subject: [PATCH] fix(skill publish): remove misleading `validate` alias Signed-off-by: Babak K. Shandiz --- pkg/cmd/skills/publish/publish.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/cmd/skills/publish/publish.go b/pkg/cmd/skills/publish/publish.go index b86a02788..931b9085c 100644 --- a/pkg/cmd/skills/publish/publish.go +++ b/pkg/cmd/skills/publish/publish.go @@ -134,8 +134,7 @@ func NewCmdPublish(f *cmdutil.Factory, runF func(*PublishOptions) error) *cobra. # Validate and strip install metadata $ gh skills publish --fix `), - Aliases: []string{"validate"}, - Args: cobra.MaximumNArgs(1), + Args: cobra.MaximumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { if len(args) == 1 { opts.Dir = args[0]