gsd-undo
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.zipInstalls 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.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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-undo (this skill) | 0 | 3mo | No flags | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| openspec-onboard | 10 | 5mo | Review | Beginner |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
github-workflow-automation
ruvnet
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.