ワンクリックで
ss-release
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
Initialize SpecSwarm for a project with constitution and standards. Triggers on setup/initialize/configure intent.
Show feature metrics and sprint analytics. Triggers on metrics/stats/analytics/how-did-we-do intent.
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
| name | ss-release |
| effort | low |
| description | Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent. |
| allowed-tools | AskUserQuestion, SlashCommand |
Provides natural language access to /ss:release command.
Trigger this skill when the user mentions:
Examples:
Confirm and extract version type:
Detect that user wants to create a release
Extract version type from context:
--patch--minor--majorIf version type is clear, ask for confirmation using AskUserQuestion:
Question: "Release Confirmation" Description: "This will run quality gates, generate changelog, bump version, and create a git tag." Options:
If version type is unclear, ask which type:
Execute: Run /ss:release --patch|--minor|--major based on selection
Release equivalents: release, tag, publish, cut, version, bump, changelog Version terms: patch, minor, major, breaking, semver