# Ss Rollback

> Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent. Use when this capability is needed.

- Skill: `tomevault-io/ss-rollback` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ss-rollback`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ss-rollback/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ss-rollback

---


# SpecSwarm Rollback

Provides natural language access to `/ss:rollback` command.

## When to Invoke

Trigger this skill when the user mentions:
- Rolling back or reverting changes
- Undoing a feature or build
- Aborting a failed feature
- Cleaning up after a failed build

**Examples:**
- "Roll back the last feature"
- "Undo changes from the build"
- "Revert the feature branch"
- "Abort this feature"
- "Clean up the failed build"

## Instructions

**ALWAYS Confirm (Regardless of Confidence):**

1. **Detect** that user wants to rollback/undo/revert
2. **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**:
   - **Option 1** (label: "Yes, rollback"): "Rollback feature and clean up artifacts"
   - **Option 2** (label: "No, cancel"): "Cancel - keep current state"

3. **If user selects Option 1**, run: `/ss:rollback`
4. **If user selects Option 2**, acknowledge cancellation

## Semantic Understanding

**Rollback equivalents**: rollback, roll back, undo, revert, abort, cancel, clean up, tear down, discard
**Target terms**: feature, build, branch, changes, work

---
> Source: [MartyBonacci/specswarm](https://github.com/MartyBonacci/specswarm) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-22 -->

