一键导入
version-bump
Bumps the BasicSetup CLI version and adds a matching changelog entry; use when releasing or merging changes that require a new version.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bumps the BasicSetup CLI version and adds a matching changelog entry; use when releasing or merging changes that require a new version.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Updates the existing changelog entry for the current version after a version bump; use to capture new changes without changing the version.
Sets up a working branch/PR flow for in-progress changes (branch, remote, PR attempt, docs bump, and label sync) while optionally keeping local edits uncommitted.
Updates a compact local handoff snapshot of current branch/PR/work state in a git-ignored file for fast session resume.
Synchronizes issue and PR labels (kind, priority, status, changes) using repo rules and observes CI-managed size labels; use when triaging, implementing, or preparing review.
| name | version-bump |
| description | Bumps the BasicSetup CLI version and adds a matching changelog entry; use when releasing or merging changes that require a new version. |
Keep the BasicSetup CLI version and changelog in sync for releases.
yq, git, make (for tests when code changes are included).X.Y.Z (decide major/minor/patch per guidelines).resources/version.yaml under .BasicSetupCliVersion (mirror bsctl/static/resources/constants.yaml during transition).yq -i '.BasicSetupCliVersion = "X.Y.Z"' resources/version.yaml and mirror bsctl/static/resources/constants.yaml while legacy paths still exist.CHANGELOG.md entry for X.Y.Z with today’s date (YYYY-MM-DD) and Keep a Changelog section headers (### Added, ### Changed, ### Fixed)..BasicSetupCliVersion; date is valid for CI validation (UTC +/- 1 day).git diff; run make test if code changed.resources/version.yaml with the new version (and mirrored bsctl/static/resources/constants.yaml during transition).CHANGELOG.md entry for X.Y.Z.