一键导入
grammar-check
Scan content files for prohibited punctuation (hyphens as dashes, endashes, emdashes) and rewrite using preferred alternatives
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan content files for prohibited punctuation (hyphens as dashes, endashes, emdashes) and rewrite using preferred alternatives
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
| name | grammar-check |
| description | Scan content files for prohibited punctuation (hyphens as dashes, endashes, emdashes) and rewrite using preferred alternatives |
| user_invocable | true |
Role: implementation. This skill modifies content files to fix prohibited dash punctuation.
Scan content files for prohibited dash-like punctuation and rewrite sentences to use preferred grammar marks instead.
These characters must NEVER appear as grammatical punctuation in content files:
| Character | Name | Example of violation |
|---|---|---|
- | Hyphen used as a dash | The team ships - when ready |
-- | Double hyphen | The team ships -- when ready |
– | Endash (U+2013) | The team ships – when ready |
— | Emdash (U+2014) | The team ships — when ready |
Hyphens are allowed in these non-dash contexts:
domain-aligned teams, well-defined APIs, cross-team coordinationre-examine, pre-committrunk-based-development, risk_level: high- item)When you find a dash used as grammatical punctuation, rewrite using one of these:
CI requires daily integration - without it, branches divergeCI requires daily integration. Without it, branches diverge.The result is predictable - slower deliveryThe result is predictable: slower deliveryThe team - all five members - agreedThe team (all five members) agreedThe pipeline runs - then stopsThe pipeline runs, then stopsArchitecture decoupling - through APIs and contracts - enables independent deploymentArchitecture decoupling through APIs and contracts enables independent deploymentWhen this skill is invoked:
To distinguish dash-as-punctuation from legitimate hyphens:
- (space-hyphen-space) in running text is almost always a dash. Exception: list continuation lines where - starts a sub-item.-- (space-double-hyphen-space) is always a dash.– and — are always prohibited regardless of context.domain-aligned, re-examine) are compound modifiers and are allowed.After fixing all violations, report a summary:
Fixed N violations in [file]:
- Line X: "original text" -> "replacement text"
If no violations are found, report: No dash punctuation violations found in [file].