plugins/ss/skills/ss-release/SKILL.md
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
npx skillsauth add martybonacci/specswarm ss-releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
development
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.
development
Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.
testing
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
data-ai
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.