ワンクリックで
glossary
Add or update glossary entries and keep "Referenced in" index links current across all glossary items
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add or update glossary entries and keep "Referenced in" index links current across all glossary items
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | glossary |
| description | Add or update glossary entries and keep "Referenced in" index links current across all glossary items |
| user_invocable | true |
Role: implementation. This skill modifies the glossary file to keep entries and "Referenced in" links accurate.
Maintain the glossary at content/en/docs/glossary.md and keep its "Referenced in" index links accurate.
Accept one of:
add [term]: add a new glossary entryglossary/#some-term) in any content file./glossary to audit or update the glossary index.Search every content file under content/en/ for links that target the glossary:
pattern: glossary/#[\w-]+
Collect each unique anchor and the file(s) that reference it.
For each glossary term that is referenced by at least one content page, build a line:
Referenced in: [Page Title](relative-link), [Page Title](relative-link)
title from front matter for the link text.For each glossary entry:
### heading or ## section heading).When the user asks to add a new term:
## X).After processing, report:
## Glossary Update Summary
Updated N "Referenced in" lines:
- [term]: added [page title], removed [page title]
Added N new entries:
- [term]
No changes needed for N entries.
content/en/docs/glossary.md
content/en/
References to glossary entries use this pattern in content files:
glossary/#term-slug
where term-slug is the lowercase, hyphenated version of the heading (Hugo's auto-anchor behavior).
Audit and update the curated persona symptom pages (for-developers.md, for-agile-coaches.md, for-managers.md) when symptoms or anti-patterns are added, removed, or moved. Use this skill whenever new symptom or anti-pattern pages are created, when existing pages are deleted or reorganized, after running /cd-symptom-page or /cd-anti-pattern-page, or when the user asks to update the persona reading lists. Also use proactively at the end of any session that added or changed symptom content.
Generate a complete CD migration facilitator chatbot setup from the beyond.minimumcd.org site content. Use this skill whenever a user wants to create a chatbot, assistant, or guide that teams can use to navigate the CD migration journey — especially when they mention facilitating workshops, helping teams self-diagnose delivery problems, or guiding teams through continuous delivery adoption. Also use this when someone asks "how can teams use this site interactively" or "can we make a bot from this". Invoke proactively any time the user is thinking about team enablement, self-service CD coaching, or turning site content into an interactive guide.
Generate SVG diagrams for the CD migration documentation site (beyond.minimumcd.org). Use this skill whenever the user asks for a diagram, visual, workflow illustration, before/after comparison, or any figure to embed in a content page. Also use it when adding a diagram would meaningfully improve a content page being written or edited, even if the user has not explicitly asked for one. This skill is the single source of truth for the site's diagram color palette, layout conventions, and SVG output format.
Compare documentation against CD principles and practices from continuousdelivery.com and minimumcd.org, identifying gaps, misalignments, and improvement opportunities
Validate structure, voice, front matter, and cross-references for CD migration site content pages
Generate guide pages for the Migrate to CD section following the standard template