Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-undo
gsd-undo
GitHub提供安全的 Git revert 功能,支持通过 phase manifest 回滚阶段或计划提交。包含依赖检查与执行前确认机制,支持按最近提交、指定阶段或计划进行交互式或批量回滚。
触发场景
需要撤销最近的 GSD 提交
需要回滚特定阶段的代码变更
需要回滚特定计划的代码变更
安装
npx skills add AjayIrkal23/agentic-mercy-10x --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> @$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>
版本历史
- 581d130 当前 2026-07-19 09:11


