Agent Skills
› kaininx/PlainTab
› bump-version
bump-version
GitHub用于触发版本更新任务的技能,支持中文和英文指令。引导用户遵循标准流程进行版本发布,并同步更新规范文档。
Trigger Scenarios
用户要求更新版本
用户输入 bump version
用户指定升级至 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


