用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/web-infra-dev/rsbuild --skill release-core命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | release-core |
| description | Use when asked to release `@rsbuild/core` for a specific version. |
1.2.3If the version is missing, ask for it before making changes.
Check the worktree with git status --short. If there are uncommitted edits, stop and ask the user how to proceed.
Update release versions:
packages/core/package.json: versionpackages/create-rsbuild/package.json: versionpackages/create-rsbuild/template-*/package.json: @rsbuild/core to ^<version>Create and switch to branch release/v<version>. If the branch already exists, stop and ask the user how to proceed.
Review the diff and confirm it is limited to the fields above. Run rg -n '"@rsbuild/core":' packages/create-rsbuild/template-*/package.json and confirm every template uses ^<version>.
Create a commit with this exact message: release: v<version>
Push the branch. If running in Codex, create the PR with the GitHub connector/plugin. Otherwise, use the GitHub workflow available in the current environment. Use the same text for the PR title as the commit message: release: v<version>
If .github/PULL_REQUEST_TEMPLATE.md exists, keep its structure.
Fill it with:
Summary: Release @rsbuild/core and create-rsbuild <version>.Related Links: https://github.com/web-infra-dev/rsbuild/releases/tag/v<version>Create or update draft GitHub release notes, or output organized Markdown when draft creation is unavailable. Use for release notes, draft releases, release PR checks, npm staged publishing checks, and optional highlights.
Align Rspress heading anchor IDs between English and Chinese docs. Use for MDX `\{#...}` anchors, shortened hashes, redundant anchors, or dead links.
Use when asked to create a pull request for this repository. It helps the PR follow the repository's branch safety rules, title convention, pull request template, and concise English writing style.