ワンクリックで
release
Automate a version bump across all files that track the version, create the release note, and prepare the commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automate a version bump across all files that track the version, create the release note, and prepare the commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Consult Gemini, Codex, Mistral Vibe, Cursor, Claude, Kimi, Qwen, MiniMax, GLM, Grok, and DeepSeek as external experts for coding questions. Automatically excludes the invoking agent from the panel to avoid self-consultation. Use when you have doubts about implementations, want a second opinion, need to choose between different approaches, or when explicitly requested with phrases like "ask the consultants", "what do the other models think", "compare solutions", "get expert opinions", "I'm not sure about this approach", "what would other models say". Make sure to consult this skill whenever the user is weighing trade-offs, comparing architectures, validating complex solutions, or wants multiple perspectives on any non-trivial coding decision. Do NOT use for simple questions that only need one model's answer or when you already have high confidence in a solution.
Run bash syntax checks on all scripts, then preflight and doctor checks to verify the codebase is healthy.
| name | release |
| description | Automate a version bump across all files that track the version, create the release note, and prepare the commit. |
| disable-model-invocation | true |
Automate the ai-consultants release process. The user provides the new version as $ARGUMENTS (e.g., /release 2.11.0).
Parse version: Extract new version from $ARGUMENTS. Detect current version from package.json. Determine release type (major/minor/patch) by comparing.
Update version in all files (7 locations):
package.json — "version" fieldSKILL.md — frontmatter name line version + titleREADME.md — title + badgeCLAUDE.md — **Version**: linedocs/cost_rates.json — version field if presentdocs/COST_RATES.md — titlebin/ai-consultants — VERSION= variableCreate release note at docs/releases/v<VERSION>.md using the template from CLAUDE.md. Ask the user for highlight bullet points.
Add changelog entry in CLAUDE.md under ## Changelog.
Prepare commit with message: chore: release v<VERSION>.
Remind the user to also update the showcase website (aiconsultants.sh) version if needed.