chore: sync codex review skill · openclaw/openclaw@66b98b7
steipete
·
2026-05-14
·
via Recent Commits to openclaw:main
File tree
.agents/skills/codex-review
| Original file line number | Diff line number | Diff line change |
|---|
@@ -39,6 +39,8 @@ git fetch origin
|
39 | 39 | codex review --base origin/main |
40 | 40 | ``` |
41 | 41 | |
| 42 | +Do not pass an inline prompt with `--base`; current CLI rejects `--base` + `[PROMPT]` even though help text is ambiguous. If custom instructions are needed, run the plain base review first, then do a local/manual follow-up pass. |
| 43 | + |
42 | 44 | If an open PR exists, use its actual base: |
43 | 45 | |
44 | 46 | ```bash |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,7 +6,7 @@ Docs: https://docs.openclaw.ai
|
6 | 6 | |
7 | 7 | ### Changes |
8 | 8 | |
9 | | -- Maintainer tooling: add a repo-local `codex-review` skill for Codex closeout reviews, including local dirty-work and PR-branch review helpers that rerun until no accepted/actionable findings remain. |
| 9 | +- Maintainer tooling: add a repo-local `codex-review` skill for Codex closeout reviews, including local dirty-work and PR-branch review helpers that rerun until no accepted/actionable findings remain and avoid unsupported inline prompts with `--base`. |
10 | 10 | - Maintainer tooling: fail CI when pull requests add package patch files or pnpm patched dependencies, preserving the upstream-and-bump dependency workflow. |
11 | 11 | - Amazon Bedrock: externalize the Bedrock and Bedrock Mantle provider packages so core installs no longer pull AWS SDK dependencies unless those providers are installed. |
12 | 12 | - Plugins: externalize Slack, OpenShell sandbox, and Anthropic Vertex so their runtime dependency cones install only when those plugins are installed. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。