Agent skill

bump-version

base-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュする。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。

Stars 11
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/getty104/claude-code-marketplace/tree/main/.claude/skills/bump-version

SKILL.md

Bump Version

base-tools/.claude-plugin/plugin.json のpatchバージョンをインクリメントし、変更をコミット・プッシュするスキルです。

実行ステップ

ステップ1: 現在のバージョンを取得

以下のコマンドで現在のバージョンを取得:

bash
cat base-tools/.claude-plugin/plugin.json | jq -r '.version'

ステップ2: patchバージョンをインクリメント

取得したバージョン(例: 0.0.107)のpatch部分を +1 して新しいバージョンを算出する。

ステップ3: plugin.json を更新

base-tools/.claude-plugin/plugin.jsonversion フィールドを新しいバージョンに更新する。

ステップ4: コミットとプッシュ

/base-tools:commit-push スキルを呼び出して、変更をコミット・プッシュする。

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results