A tool for safe Git reverts based on GSD phases or plans, featuring dependency checks and a confirmation step.

Install

mkdir -p .claude/skills/gsd-undo-sajtosm && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19313" && unzip -o skill.zip -d .claude/skills/gsd-undo-sajtosm && rm skill.zip

Installs to .claude/skills/gsd-undo-sajtosm

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.
97 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Roll back commits using --last N
  • Revert all commits for a specific phase using --phase NN
  • Revert all commits for a specific plan using --plan NN-MM
  • Perform dependency checks via manifest
  • Execute confirmation gate before rollback

How it works

The skill executes an undo workflow by targeting GSD-specific phases or plans. It validates dependencies against a manifest before performing the git revert.

Inputs & outputs

You give it
Phase or plan identifier
You get back
Reverted git commits

When to use gsd-undo

  • Roll back a failed feature deployment by phase
  • Undo a specific set of commits related to a planning task
  • Interactively select recent commits to revert
  • Ensure environment stability during rollback

About this skill

<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> @.github/get-shit-done/workflows/undo.md @.github/get-shit-done/references/ui-brand.md @.github/get-shit-done/references/gate-prompts.md </execution_context>

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

How it compares

This skill automates the revert process based on GSD-specific manifest structures rather than manual git revert commands.

Compared to similar skills

gsd-undo side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
gsd-undo (this skill)03moNo flagsIntermediate
resolve-conflicts818moReviewIntermediate
openspec-onboard105moReviewBeginner
codex-cli-bridge99moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry