用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TerenceLiu98/prewalk --skill pw-go命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reconcile an ambiguous Prewalk executor only after proving it is no longer running.
Compatibility guidance for older Claude Prewalk recovery; canonical v4 recovery uses pw-reconcile.
Retry one proven-incomplete Prewalk route from its durable packet without repeating task 1.
正在显示 SKILL.md
| name | pw-go |
| description | Request the reviewed prewalk handoff and spawn exactly one routed Claude Task for the remaining todos. |
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" go "$CLAUDE_SESSION_ID"
If there is no active checkpoint, report that and stop. If a handoff is already pending, do not spawn another Task.
For a new handoff request, spawn exactly one Task/Agent using the complete
structured Handoff Packet and the exact PREWALK_HANDOFF_TOKEN line printed by
the helper as its prompt. The PreToolUse hook rewrites only that call to the
configured prewalk:prewalk-executor and executor model. Do not edit remaining
work in the main session and do not report success before the executor stops.
Agent PostToolUse acknowledges launch only. The bound executor's SubagentStop event owns the result:
PREWALK_COMPLETE clears the run.PREWALK_INCOMPLETE: <reason> restores the checkpoint for revision or retry.