Agent Skills
› kaininx/PlainTab
› bump-version
bump-version
GitHub用于触发版本更新、发布新版本或升级至特定版本的技能,指导执行版本 bump 流程。
Trigger Scenarios
用户请求更新版本
用户请求发布新版本
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


