plugins/ss/skills/ss-rollback/SKILL.md
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
npx skillsauth add martybonacci/specswarm ss-rollbackInstall 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:rollback command.
Trigger this skill when the user mentions:
Examples:
ALWAYS Confirm (Regardless of Confidence):
Detect that user wants to rollback/undo/revert
ALWAYS ask for confirmation using AskUserQuestion tool:
Question: "ROLLBACK CONFIRMATION - Destructive Operation"
Description: "This will revert your feature branch changes and clean up artifacts. This cannot be easily undone."
Options:
If user selects Option 1, run: /ss:rollback
If user selects Option 2, acknowledge cancellation
Rollback equivalents: rollback, roll back, undo, revert, abort, cancel, clean up, tear down, discard Target terms: feature, build, branch, changes, work
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.
documentation
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.