ワンクリックで
bump-version
Bump the version number across all plugin and marketplace config files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bump the version number across all plugin and marketplace config files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | bump-version |
| description | Bump the version number across all plugin and marketplace config files |
| argument-hint | <new_version> |
Update the version string in all config files that reference it.
new_version (required): New semantic version (e.g., 0.2.0)plugin/.claude-plugin/plugin.json — "version": "<new_version>"public-repo/.claude-plugin/marketplace.json — plugin entry versionpublic-repo/plugins/arc-probe/.claude-plugin/plugin.json — "version": "<new_version>"grep -r '"version"' plugin/.claude-plugin/plugin.json public-repo/.claude-plugin/marketplace.json public-repo/plugins/arc-probe/.claude-plugin/plugin.json
All three should show "version": "<new_version>".
Full analysis of a single function — disassemble, identify args, find string refs, callers/callees, RTTI, generate signature, label in GUI
Fully analyze a C++ virtual function table — detect params, find string refs, measure sizes, and label all entries
Detect function parameters from prologue and register usage — infer types, count, and calling convention
Discover a C++ class by name via RTTI — map its vtable, disassemble key virtual functions, explore inheritance hierarchy, and label everything
Find all functions that call a given function address — shows argument setup, string refs, and containing function names
Compare a function between sessions — generate a signature, find it after binary update, compare disassembly, report changes