一键导入
update-changelog
Updates the existing changelog entry for the current version after a version bump; use to capture new changes without changing the version.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Updates the existing changelog entry for the current version after a version bump; use to capture new changes without changing the version.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bumps the BasicSetup CLI version and adds a matching changelog entry; use when releasing or merging changes that require a new 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 | update-changelog |
| description | Updates the existing changelog entry for the current version after a version bump; use to capture new changes without changing the version. |
Update the current version changelog entry without changing the version.
main yet; update that same entry instead of creating another version header.main has an entry for the current version, run Version Bump Skill first.git, editor.resources/version.yaml (fallback to bsctl/static/resources/constants.yaml during transition).resources/version.yaml (fallback to bsctl/static/resources/constants.yaml during transition).main already contains that version entry (use git show origin/main:CHANGELOG.md or GitHub UI/API).resources/version.yaml (fallback to bsctl/static/resources/constants.yaml during transition).CHANGELOG.md.main), update that same entry in place.main already has that version entry, cherry-pick/recreate that entry at the top and then update it.main both lack that version entry, stop and run Version Bump Skill.YYYY-MM-DD, UTC).git diff; run tests if code changed.CHANGELOG.md entry for the current version reflecting all new work.