원클릭으로
release
Trigger the CI release pipeline for gemini-plugin-cc. Maintainer-only.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Trigger the CI release pipeline for gemini-plugin-cc. Maintainer-only.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Internal guidance for composing Gemini 2.5 Pro/Flash prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin
Internal helper contract for calling the gemini-companion runtime from Claude Code
Internal guidance for presenting Gemini helper output back to the user
| name | release |
| description | Trigger the CI release pipeline for gemini-plugin-cc. Maintainer-only. |
| disable-model-invocation | true |
| argument-hint | patch|minor|major |
| allowed-tools | Bash(gh workflow run *) Bash(gh run *) Bash(gh api *) |
This skill fires release-draft.yml on CI. The workflow bumps versions, generates the CHANGELOG entry, and opens a release PR. You review and merge that PR; release-publish.yml then tags and creates the GitHub Release.
The argument must be exactly one of patch, minor, major. If $ARGUMENTS is anything else (empty, misspelled, multiple values), stop and print:
Usage:
/release patch|minor|major
Do not run any commands.
With a valid bump type, run:
gh workflow run release-draft.yml -f bump=$ARGUMENTS
If the call fails with a permissions error, print:
This skill is maintainer-only. The repository permissions gate release dispatch; your account does not have
actions:writeon abiswas97/gemini-plugin-cc.
Stop.
On success, wait a moment, then run:
gh run list --workflow=release-draft.yml --limit=1 --json databaseId,url,status
Print the URL so the user can watch it. Tell them:
release environment approval gate