一键导入
bump-plugin-version
(project) Use when editing any file under skills/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
(project) Use when editing any file under skills/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when brainstorming ideas, features, or directions for a project where independent perspectives from different model families (Claude/Codex/Gemini) would surface blind spots and spark creative options the user hasn't considered — especially "what cool things can I add", "what should I build next", "give me ideas for X"
Use when refactoring a user-level or project-level CLAUDE.md for progressive disclosure
Use when refactoring a user-level or project-level AGENTS.md for progressive disclosure
Use when creating or editing a skill that uses Bash commands, external tools, or skill invocations and the allowed-tools frontmatter may be incomplete
(project) Use when bumping hardcoded tool versions in playbooks/roles/ to their latest releases
Use when making any git commit. Always pass a brief description of what changed as the argument.
| name | bump-plugin-version |
| description | (project) Use when editing any file under skills/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing |
| user-invocable | true |
| model | haiku |
| allowed-tools | ["Glob","Read","Edit","Bash(git:*)"] |
| metadata | {"internal":true} |
After editing files under skills/hal-skills/ or plugins/hal-voice/, bump the plugin's version field in .claude-plugin/marketplace.json (the repo-root marketplace manifest). It is the single source of versions: each plugin is an entry in its plugins array, and there are no per-plugin plugin.json files.
Compare the working-tree version against the version on origin/main:
git show origin/main:.claude-plugin/marketplace.json
If the plugin's version already differs from origin/main, it was already bumped for unreleased work. Do not bump again. Only bump when the working-tree version matches origin/main.
If both plugins changed, check each independently.