Loading...
Loading...
Request code review and route results to a tmux pane. Default flow commits first; optional opt-in flow can target an existing commit without commit/push.
npx skill4agent add robertmsale/.codex request-review~/.codex/skills/request-review/scripts/request-review <tmux-pane-target> <commit-message>~/.codex/skills/request-review/scripts/request-review "coolproject-78-dialpad:1.1" "fix: address review findings"~/.codex/skills/request-review/scripts/request-review "%9" "chore: review checkpoint"%<pane-id><session>:<window-index>.<pane-index>git add -Agit commit -m ...HEADREQUEST_REVIEW_USE_EXISTING_COMMIT=1git addgit commitHEADREQUEST_REVIEW_EXISTING_COMMIT_SHA.envREQUEST_REVIEW_MODE=remotegit push -u origin HEADREQUEST_REVIEW_USE_EXISTING_COMMIT=1@codex reviewchatgpt-codex-connector[bot]+1chatgpt-codex-connector[bot]👍REQUEST_REVIEW_MODE=localcodex exec -s read-only --json review --commit <sha> --title <commit-message>REQUEST_REVIEW_LOCAL_PROFILE.env~/.codex/config.tomlconfig.tomlreview.logreview.err.log~/.codex/skills/request-review/.envREQUEST_REVIEW_MODE=local|remoteREQUEST_REVIEW_BOT_LOGIN=chatgpt-codex-connector[bot]REQUEST_REVIEW_TRIGGER_COMMENT=@codex reviewREQUEST_REVIEW_POLL_INTERVAL_SECONDS=20REQUEST_REVIEW_TIMEOUT_SECONDS=1800REQUEST_REVIEW_LOCAL_PROFILE=local-reviewREQUEST_REVIEW_USE_EXISTING_COMMIT=0|10REQUEST_REVIEW_EXISTING_COMMIT_SHA=<sha-or-ref>HEAD