Agent skill
specswarm-release
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
Install this agent skill to your Project
npx add-skill https://github.com/MartyBonacci/specswarm/tree/main/plugins/specswarm/skills/specswarm-release
SKILL.md
SpecSwarm Release
Provides natural language access to /specswarm:release command.
When to Invoke
Trigger this skill when the user mentions:
- Releasing a version
- Cutting a release
- Tagging and publishing
- Version bumping
- Creating a changelog
Examples:
- "Release version 2.0"
- "Cut a patch release"
- "Tag and publish"
- "Bump the minor version"
- "Prepare a release"
Instructions
Confirm and extract version type:
-
Detect that user wants to create a release
-
Extract version type from context:
- "patch" / "bug fix release" →
--patch - "minor" / "new features" →
--minor - "major" / "breaking changes" →
--major
- "patch" / "bug fix release" →
-
If 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:
- Option 1 (label: "Yes, create release"): "Run release workflow"
- Option 2 (label: "No, cancel"): "Cancel release"
-
If version type is unclear, ask which type:
- Use AskUserQuestion with options: "Patch (bug fixes)", "Minor (new features)", "Major (breaking changes)", "Cancel"
-
Execute: Run
/specswarm:release --patch|--minor|--majorbased on selection
Semantic Understanding
Release equivalents: release, tag, publish, cut, version, bump, changelog Version terms: patch, minor, major, breaking, semver
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
specswarm-build
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
specswarm-modify
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
specswarm-fix
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
specswarm-rollback
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
specswarm-ship
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
specswarm-metrics
Show feature metrics and sprint analytics. Triggers on metrics/stats/analytics/how-did-we-do intent.
Didn't find tool you were looking for?