Our review
Safely reverts GSD phase or plan commits using the phase manifest and dependency checks.
Strengths
- Performs dependency checks before reverting to avoid breaking changes.
- Requires a confirmation gate before executing destructive operations.
- Supports three modes: --last, --phase, and --plan for flexible rollback.
- Falls back to git log when the phase manifest is unavailable.
Limitations
- Requires a well-formed GSD phase manifest for accurate dependency checking.
- Targeted specifically at GSD-structured repositories, not general projects.
- Depends on Bash, Grep, and Read tool access to function.
When you need to reliably roll back a set of commits tied to a GSD phase or plan.
For non-GSD repositories or when you need a fine-grained revert of a single unrelated commit.
Security analysis
SafeThe skill uses Bash for git revert operations only, with confirmation gate and dependency checks. No destructive or exfiltrating actions, no obfuscation. The operations are reversible and safe.
No concerns found
Examples
gsd-undo --last 5gsd-undo --phase 04gsd-undo --plan 02-05name: gsd-undo description: "Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks." argument-hint: "--last N | --phase NN | --plan NN-MM" allowed-tools: Read, Bash, Glob, Grep, AskUserQuestion
<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> @~/.copilot/gsd-core/workflows/undo.md @~/.copilot/gsd-core/references/ui-brand.md @~/.copilot/gsd-core/references/gate-prompts.md </execution_context>
<context> $ARGUMENTS </context> <process> Execute end-to-end. </process>Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.