From 74d377313a570ee84232389bee5d6be952ae1410 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:22:08 -0600 Subject: [PATCH] use the right json field names for skills Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- skills/gh-skill/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gh-skill/SKILL.md b/skills/gh-skill/SKILL.md index cd505bf29..e0db2feae 100644 --- a/skills/gh-skill/SKILL.md +++ b/skills/gh-skill/SKILL.md @@ -109,7 +109,7 @@ Always pass `--tag` so it doesn't fall through to the interactive flow. A reasonable loop: -1. `gh skill search --json name,repository` +1. `gh skill search --json skillName,repo,namespace` 2. `gh skill preview ` to inspect the `SKILL.md`. 3. `gh skill install --agent --pin ` for a reproducible install.