Agent Skills
› davepoon/buildwithclaude
› gsd:undo
gsd:undo
GitHub安全撤销 GSD 阶段或计划提交。支持按最近提交、指定阶段或计划进行回滚,依赖清单检查并在执行前提供确认门控。
Trigger Scenarios
需要撤销最近的 GSD 提交
需要撤销特定阶段的提交
需要撤销特定计划的提交
Install
npx skills add davepoon/buildwithclaude --skill gsd:undo -g -y
SKILL.md
Frontmatter
{
"name": "gsd:undo",
"description": "Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.",
"allowed-tools": [
"Read",
"Bash",
"Glob",
"Grep",
"AskUserQuestion"
],
"argument-hint": "--last N | --phase NN | --plan NN-MM"
}
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
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/undo.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md @${CLAUDE_PLUGIN_ROOT}/references/gate-prompts.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:15


