Review
When this skill is invoked, translate the request into one of these bridge calls:
- default: current uncommitted work
base=<branch>: compare against a branch such asmaincommit=<sha>: review one commit
Prefer these forms:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" review --uncommitted
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" review --base main
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" review --commit <sha>
If the user gave a focus area, pass it as --prompt "...".
After the bridge returns:
- summarize the highest-signal findings
- mention the saved artifact path if the user may want to inspect the raw result
- do not pretend Codex found issues if the result says no issues