원클릭으로
release
Use when asked to release Rslib for a specific version.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when asked to release Rslib for a specific version.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create or update draft GitHub releases for the current project's main GitHub repository, then organize GitHub-generated release notes into user-friendly sections without rewriting release note items. Use for preparing, formatting, categorizing, creating, or updating GitHub release notes or draft releases, including optional highlights when the user asks for them.
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.
| name | release |
| description | Use when asked to release Rslib for a specific version. |
| metadata | {"internal":true} |
0.21.3If the version is missing, ask for it before making changes.
git status --short. If there are uncommitted edits, stop and ask the user how to proceed.version field in these files to the target version:
packages/core/package.jsonpackages/plugin-dts/package.jsonpackages/create-rslib/package.jsonrelease/v<version>. If the branch already exists, stop and ask the user how to proceed.release: v<version>gh pr create. Use the same text for the PR title as the commit message: release: v<version>.github/PULL_REQUEST_TEMPLATE.md exists, keep its structure. Fill it with:
Summary: Release @rslib/core, rsbuild-plugin-dts, and create-rslib <version>.Related Links: https://github.com/web-infra-dev/rslib/releases/tag/v<version>workspace:* entries or the rslib npm alias in devDependencies.