From 72884d9e415d51170ebb6f403c062a57bb5f2dfe Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:14:07 -0600 Subject: [PATCH] backtick skill filename Co-authored-by: Babak K. Shandiz --- 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 c32c5ced9..cd505bf29 100644 --- a/skills/gh-skill/SKILL.md +++ b/skills/gh-skill/SKILL.md @@ -110,7 +110,7 @@ Always pass `--tag` so it doesn't fall through to the interactive flow. A reasonable loop: 1. `gh skill search --json name,repository` -2. `gh skill preview ` to inspect the SKILL.md. +2. `gh skill preview ` to inspect the `SKILL.md`. 3. `gh skill install --agent --pin ` for a reproducible install. 4. Periodically `gh skill update --all` to refresh. \ No newline at end of file