From 6012b9cc881f14d2c13995c2b53dbb5aead52786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Thu, 12 Feb 2026 01:56:28 -0600 Subject: [PATCH] refactor(baoyu-format-markdown): rename featureImage to coverImage as primary frontmatter key --- skills/baoyu-format-markdown/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/baoyu-format-markdown/SKILL.md b/skills/baoyu-format-markdown/SKILL.md index a2b6db6..1a9aa04 100644 --- a/skills/baoyu-format-markdown/SKILL.md +++ b/skills/baoyu-format-markdown/SKILL.md @@ -127,7 +127,7 @@ Check for YAML frontmatter (`---` block). Create if missing. | `title` | See Step 4 | | `slug` | Infer from file path (e.g., `posts/2026/01/10/vibe-coding/` → `vibe-coding`) or generate from title | | `summary` | Generate engaging summary (100-150 characters) | -| `featureImage` | Check if `imgs/cover.png` exists in same directory; if so, use relative path | +| `coverImage` | Check if `imgs/cover.png` exists in same directory; if so, use relative path (also accepted: `featureImage`) | ### Step 4: Title Handling