Agent Skills
› kaininx/PlainTab
› bump-version
bump-version
GitHub用于触发版本更新或发布新版本的技能,通过调用规范工作流执行版本 bump 操作。
Trigger Scenarios
用户询问“更新版本”
用户要求“bump version”
用户指定升级至特定版本号
用户要求“发布新版本”
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


