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