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:
parent
01e345082c
commit
74d377313a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue