Revise a durable Prewalk checkpoint in the active root session, re-verifying task 1 when needed.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add TerenceLiu98/prewalk --skill pw-revise --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pw Revise?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/terenceliu98-pw-revise)More formats (shields.io, HTML) on the badges page.
---
name: pw-revise
description: "Revise a durable Prewalk checkpoint in the active root session, re-verifying task 1 when needed."
---
# /prewalk:pw-revise `<changes>` - revise the plan on the frontier
Run this to fetch the revision instructions for the current checkpoint:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" revise "$CLAUDE_SESSION_ID" "$ARGUMENTS"
```
Then follow its output:
- **Re-explore only what the revision affects** — do not redo the whole
exploration.
- **Update the todo list** to reflect the requested changes (each item still
needs a concrete file path + a verification word).
- **Re-verify task #1** only if the revision changed it.
- Keep only real work in the todo list and **STOP** again with an updated
structured Handoff Packet.
You stay on the frontier (planner) model. When the revised plan is ready, the
user runs `/prewalk:pw-go` to hand off. If the script says there is no active
checkpoint, reply with a single line saying so and end your turn.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.