While using skills/validmind-docs-coverage for SC-16823 (PR #1434) — first run by an author other than the skill's creator — two small gaps surfaced. Proposing them for consideration, @cachafla.
1. Warn about {{< var >}} inside headings (cost a render cycle)
A new section heading ## Manage {{< var vm.checker >}} runs rendered with an unusable auto-generated id:
<h2 data-anchor-id="manage-b58fc729-690b-4000-b19f-365a4093b2ff7b7b3c2076617220766d2e636865636b6572203e7d7d-runs">
which silently broke a cross-page footnote link targeting #manage-document-checker-runs. Fix is a one-liner (explicit {#manage-document-checker-runs} on the heading), but the skill doesn't mention it, and any run that adds a heading using a product-name variable will hit it. Suggested addition to SKILL.md §3 (Implement an approved update):
Headings that contain {{< var >}} shortcodes get unusable auto-generated ids — add an explicit {#id} to any heading used as a link target.
2. Branch naming is codex-specific
§3 prescribes codex/sc-<story-id>-<slug>, but in practice author-prefixed branches coexist (juan/sc-16822/... #1425, panchicore/sc-16823-... #1434) and the pr_previews/<branch>/ preview works the same. Suggest wording like:
Start from current origin/main on an author-prefixed branch, e.g. <author>/sc-<story-id>-<slug>.
🤖 Generated with Claude Code
While using
skills/validmind-docs-coveragefor SC-16823 (PR #1434) — first run by an author other than the skill's creator — two small gaps surfaced. Proposing them for consideration, @cachafla.1. Warn about
{{< var >}}inside headings (cost a render cycle)A new section heading
## Manage {{< var vm.checker >}} runsrendered with an unusable auto-generated id:which silently broke a cross-page footnote link targeting
#manage-document-checker-runs. Fix is a one-liner (explicit{#manage-document-checker-runs}on the heading), but the skill doesn't mention it, and any run that adds a heading using a product-name variable will hit it. Suggested addition to SKILL.md §3 (Implement an approved update):2. Branch naming is codex-specific
§3 prescribes
codex/sc-<story-id>-<slug>, but in practice author-prefixed branches coexist (juan/sc-16822/...#1425,panchicore/sc-16823-...#1434) and thepr_previews/<branch>/preview works the same. Suggest wording like:🤖 Generated with Claude Code