use the right json field names for skills

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Kynan Ware 2026-04-20 14:22:08 -06:00 committed by GitHub
parent 01e345082c
commit 74d377313a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ Always pass `--tag` so it doesn't fall through to the interactive flow.
A reasonable loop:
1. `gh skill search <topic> --json name,repository`
1. `gh skill search <topic> --json skillName,repo,namespace`
2. `gh skill preview <repo> <skill>` to inspect the `SKILL.md`.
3. `gh skill install <repo> <skill> --agent <host> --pin <ref>` for a
reproducible install.