with one click
coding-agent
Implementation/review workflow for approved plans. Route ACP-first, then CLI fallback. Use after explicit APPROVE.
Menu
Implementation/review workflow for approved plans. Route ACP-first, then CLI fallback. Use after explicit APPROVE.
| name | coding-agent |
| description | Implementation/review workflow for approved plans. Route ACP-first, then CLI fallback. Use after explicit APPROVE. |
| disable-model-invocation | true |
| metadata | {"openclaw":{"emoji":"💻","requires":{"bins":["gh"],"anyBins":["codex","claude"],"env":[]}}} |
Only execute this skill after explicit approval in the current conversation context:
APPROVEApproval must correspond to the latest pending plan in-context.
If no matching approved plan exists, stop and request:
Run /plan first, then reply APPROVE.
command -v codex && codex --versioncommand -v timeoutcommand -v ghcommand -v claude || test -x ~/.claude/local/clauderg, git status, git diff, docs).scripts/plan-review or scripts/plan-review-live.codex review --base ... (or safe-review.sh wrapper).For harness-style implementation/review requests, ACP routing is mode-specific:
acpx) with CLI fallback.codex review --base first, then ACP fallback.scripts/acpx-direct.acpx ... commands from prompts or wrappers.CODING_AGENT_ACP_ENABLE=0.CODING_AGENT_ACPX_CMD.CODING_AGENT_ACP_AGENT (default: codex).Known runtime limitation:
references/acp-troubleshooting.md.CODING_AGENT_VERBOSE controls execution progress verbosity. Default is off.
off (default): concise progress updates.on: include structured progress updates with Now, Why, and Next.Accepted truthy values (case-insensitive): 1, true, on, yes, verbose.
Accepted falsy values: unset, 0, false, off, no.
When verbose mode is on:
Now/Why/Next format.Verbosity must not block execution. After explaining intent, proceed immediately unless waiting on a required user decision or an explicit approval gate. Status updates are not a wait state: if the next step is executable, run it in the same turn.
For wrapper/CLI runs expected to exceed 30 seconds:
RUN_EVENT start.RUN_EVENT heartbeat every 20 seconds while running.RUN_EVENT interrupted immediately on signal/timeout/interruption.RUN_EVENT failed on non-interruption errors.RUN_EVENT done on success.Open only the references needed for the current task:
references/WORKFLOW.mdreferences/STANDARDS.mdreferences/tooling.mdreferences/codex-cli.mdreferences/claude-code.mdreferences/reviews.md