# Gsd Undo

> Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.

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

---



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

Three modes:
- **--last N**: Show recent GSD 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>
@$HOME/.claude/get-shit-done/workflows/undo.md
@$HOME/.claude/get-shit-done/references/ui-brand.md
@$HOME/.claude/get-shit-done/references/gate-prompts.md
</execution_context>

<context>
$ARGUMENTS
</context>

<process>
Execute the undo workflow from @$HOME/.claude/get-shit-done/workflows/undo.md end-to-end.
</process>

