# Ferrox Undo

> You want the last step put back the way it was. Reverses its commits safely, in order

- Skill: `ferroxlabs/ferrox-undo` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ferroxlabs/ferrox-undo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ferroxlabs/ferrox-undo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: FerroxLabs (https://skillmd.com/u/ferroxlabs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ferroxlabs/ferrox-undo

---



<objective>
Safe git revert — roll back Ferrox phase or plan commits using the phase manifest, with dependency checks and a confirmation gate before execution.

Three modes:
- **--last N**: Show recent Ferrox commits for interactive selection
- **--phase NN**: Revert all commits for a phase (manifest + git log fallback)
- **--plan NN-MM**: Revert all commits for a specific plan
</objective>

<execution_context>
@~/.claude/ferrox-core/workflows/undo.md
@~/.claude/ferrox-core/references/ui-brand.md
@~/.claude/ferrox-core/references/gate-prompts.md
</execution_context>

<context>
$ARGUMENTS
</context>

<process>
Execute end-to-end.
</process>

