Reconcile an ambiguous Prewalk executor only after proving it is no longer running.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add TerenceLiu98/prewalk --skill pw-reconcile --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pw Reconcile?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/terenceliu98-pw-reconcile-prewalk)More formats (shields.io, HTML) on the badges page.
---
name: pw-reconcile
description: Reconcile an ambiguous Prewalk executor only after proving it is no longer running.
---
# Prewalk Reconcile
Inspect the native agent lifecycle first. Never interrupt or terminate an agent
as part of this skill. If the bound agent is still running or liveness is
unknown, report that and stop.
Only after the native runtime proves the persisted agent is absent/stopped, or
the user explicitly confirms it was interrupted, run:
```bash
python3 hooks/_pw.py reconcile "${CODEX_THREAD_ID:-${CODEX_SESSION_ID:-}}" \
--confirmed-not-running "<evidence or user confirmation>"
```
Without that proof, run the helper without `--confirmed-not-running`; it must
leave state unchanged. Reconciliation retains task 1 and the packet, then
directs the user to `$prewalk:pw-retry`.
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!