From ss
Safely rolls back failed features, builds, or branches with a destructive confirmation step. Activated on revert/undo/abort intent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ss:ss-rollbackThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provides natural language access to `/ss:rollback` command.
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
npx claudepluginhub martybonacci/specswarm --plugin ssReverts Git changes by logical work unit (track, phase, or task) with guided selection and commit discovery.
Safely reverts GSD phase or plan commits with dependency checks and confirmation gate. Supports --last, --phase, and --plan modes.
Reverts changes by logical work unit (track, phase, or task) using git history and Conductor's track structure. Provides guided selection and commit discovery.