Agent Skills
› kaininx/PlainTab
› bump-version
bump-version
GitHub用于触发版本更新、发布新版本或升级指定版本号的技能。引导用户遵循标准流程进行版本管理,确保发布过程规范一致。
Trigger Scenarios
更新版本
bump version
upgrade to vX.Y.Z
发布新版本
Install
npx skills add kaininx/PlainTab --skill bump-version -g -y
SKILL.md
Frontmatter
{
"name": "bump-version",
"description": "Claude adapter for bumping the PlainTab version. Use when the user asks \"更新版本\", \"bump version\", \"upgrade to vX.Y.Z\", \"发布新版本\", or asks to prepare a PlainTab release."
}
Bump PlainTab Version
This is a Claude Code adapter. The canonical workflow lives at:
.agents/skills/bump-version/SKILL.md from the repository root.
Before doing version work:
- Read the canonical skill file above.
- Follow that workflow exactly.
- Update the canonical skill in
.agents/skills/if the release process changes. - Keep this Claude adapter short.
Do not duplicate the long workflow here.
Version History
- 955e53e Current 2026-07-24 12:24


