Agent skill
bump-version
base-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュする。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。
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: 現在のバージョンを取得
以下のコマンドで現在のバージョンを取得:
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.json の version フィールドを新しいバージョンに更新する。
ステップ4: コミットとプッシュ
/base-tools:commit-push スキルを呼び出して、変更をコミット・プッシュする。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
create-agent
Create a new sub-agent definition file (agents/*.md) for the Claude Code plugin. Use this skill when the user wants to add a new specialized agent, define a new agent type, or create an agent that handles a specific domain of tasks. Trigger whenever the user mentions creating, adding, or defining a new agent or sub-agent.
resolve-pr-comments
GitHub PRの未解決Review threadsを一括Resolveします。
update-issue
Update an existing GitHub Issue's description based on the issue number and request provided as arguments
fix-review-point
Address unresolved review comments on specified branch
create-task-summary
直近一週間で自身が作成したPRを取得し、やったことのサマリーを作成する。週次報告や作業振り返り時に使用。
triage-prs
Triage open GitHub PRs assigned to the user. Fetch PRs where CI has completed and cc-in-progress label is not present, run create-review-fix-plan for each, then either add cc-fix-onetime label (if fixes are needed) or merge the PR (if it's ready to merge as-is).
Didn't find tool you were looking for?