plugins/ss/skills/ss-ship/SKILL.md
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
npx skillsauth add martybonacci/specswarm ss-shipInstall 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:ship command.
Current branch:
!git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "Unknown branch"
Trigger this skill when the user mentions:
Examples:
ALWAYS Confirm (Regardless of Confidence):
Detect that user mentioned shipping/deploying/merging
Extract context about what to ship (if provided)
ALWAYS ask for confirmation using AskUserQuestion tool with this format:
Question: "⚠️ SHIP CONFIRMATION - Destructive Operation"
Description: "This will merge your feature branch to main/parent branch and delete the feature branch. This is a DESTRUCTIVE operation that cannot be easily undone."
Options:
If user selects Option 1, run: /ss:ship
If user selects Option 2, process normally without SpecSwarm
Note: The /ss:ship command may have its own confirmation as an additional safety layer
/ss:ship runs complete workflow:
Important: This is DESTRUCTIVE - it merges and deletes branches. The command itself may have built-in confirmation as a second safety layer.
This skill should trigger not just on exact keywords, but semantic equivalents:
Ship equivalents: ship, deploy, release, merge, publish, finalize, complete, deliver Target terms: production, main, master, parent branch, live, release
User: "Ship it"
Claude: [Shows AskUserQuestion]
1. Run /ss:ship - ⚠️ Merge feature to parent branch (DESTRUCTIVE)
2. Process normally - Handle as regular request
User selects Option 2 (it was casual approval, not actual shipping request)
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.
data-ai
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
documentation
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.