원클릭으로
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.