ワンクリックで
release
Trigger the automated release pipeline for Alcove
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Trigger the automated release pipeline for Alcove
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check for new releases, security audit changes, and deploy to OpenShift staging
Tear down and bring up a fresh local dev environment from scratch (wipes database)
Rebuild and restart Bridge while preserving the database and all configuration
| name | release |
| description | Trigger the automated release pipeline for Alcove |
| user-invocable | true |
| argument-hint | [version] (optional — omit to let the release agent decide) |
Trigger the Alcove automated release pipeline. Releases are handled by the Automated Release Agent task running on the staging environment — not locally.
The release agent (.alcove/agents/release.yml) runs daily at 6 AM UTC and checks for unreleased commits. To trigger an immediate release:
If there's already an open issue, use it. Otherwise create one:
gh issue create --repo alcove-ai/alcove --title "Release vX.Y.Z" --body "Triggering immediate release."
gh issue edit ISSUE_NUMBER --repo alcove-ai/alcove --add-label "immediate-release"
The release agent will:
docs/changelog.mdWatch for the release agent task to appear in the Alcove staging dashboard. It will show up as a running task within ~60 seconds of the label being added.
After the release agent completes:
gh release view --repo alcove-ai/alcove
alcove-developer security profile for full repo access