You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/autoreview/SKILL.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,32 +121,12 @@ The helper:
121
121
- writes only to stdout unless `--output` or `AUTOREVIEW_OUTPUT` is set
122
122
- supports `--dry-run`, `--parallel-tests`, and commit refs
123
123
- runs nested review with `--dangerously-bypass-approvals-and-sandbox --sandbox danger-full-access` by default
124
-
- uses Codex's normal shell environment filtering by default, including when `--codex-config` or `AUTOREVIEW_CODEX_CONFIG` is supplied; use `--shell-env-inherit all|default` or `AUTOREVIEW_SHELL_ENV_INHERIT=all|default` to force either policy
125
-
- supports repeated `--codex-config KEY=VALUE` and newline-delimited `AUTOREVIEW_CODEX_CONFIG` / legacy `CODEX_REVIEW_CODEX_CONFIG` for local Codex provider overrides that were originally supplied as CLI `-c` flags; explicit `--codex-config` entries are passed after env entries so command-line overrides win
126
124
- injects maintainer-only OpenClaw validation policy into native Codex review when `OPENCLAW_TESTBOX=1` or `AUTOREVIEW_OPENCLAW_MAINTAINER_VALIDATION=1`, so local memory-heavy Node/Vitest checks are avoided in favor of Crabbox/Testbox proof
127
125
- branch mode may fail on Codex CLI versions that reject `--base` plus the helper's stdin prompt; on that exact parser error, rerun plain `codex review --base <ref>` instead of falling back to a non-Codex reviewer
128
126
- keeps accepting `--full-access`; use `--no-yolo` or `AUTOREVIEW_YOLO=0` to opt out
129
127
- still accepts legacy `CODEX_REVIEW_*` env vars when the matching `AUTOREVIEW_*` var is unset
130
128
- prints `autoreview clean: no accepted/actionable findings reported` when the selected review command exits 0
131
129
132
-
Local gateway/Copilot-style Codex launchers may need both exported env vars and
133
-
the matching nested Codex config, because parent CLI `-c` flags are not process
134
-
environment variables. Use explicit env inheritance only for trusted local
0 commit comments