用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hashicorp/design-system --skill add-release-notes命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | add-release-notes |
| description | Update release notes prior to a release of the @hashicorp/design-system-components package |
This skill provides instructions on how to update changelogs and website docs with release notes prior to a release of the @hashicorp/design-system-components package from packages/components. It is to be run on the changeset-release/main branch prior to the PR for that branch being merged to trigger a release.
changeset-release/mainpackages/components/CHANGELOG.md review all of the entries related to components in the upcoming release to ensure they follow the rules listed in .bob/rules/directories/components/changeset.instructions.md<!-- START {components/path} --> paths match those component's docs path in website/docspackages/components/package.jsonpackages/components/CHANGELOG.md[X.Y.Z documentation](https://hds-website-X-Y-Z.vercel.app/)pnpm --filter website run generate-changelog-markdown-files
packages/components/CHANGELOG.md to website/docs/whats-new/release-notes/index.mdpnpm --filter website run generate-component-changelog-entries
packages/components/CHANGELOG.md to website/docs/components/[component-name]/partials/version-history/version-history.mdstatus.updated for each changed component.version-history.md file
version-history.md file was newly created, add a new section into the index.md file
<section data-tab="Version history">
@include "partials/version-history/version-history.md"
</section>
status.updated to status.added in index.md frontmatter.