Implementation/review workflow for approved plans. Use after explicit APPROVE.
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.mdSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer