From nova-plugin
Run Codex-only branch review with external scripts and structured review artifacts. Use when Claude Code should collect current branch diff context and ask Codex to produce a high-confidence review report without modifying code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nova-plugin:nova-codex-review-only Example: codex-review-only BASE=mainExample: codex-review-only BASE=mainThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Parameter | Required | Default | Notes |
| Parameter | Required | Default | Notes |
|---|---|---|---|
REVIEW_MODE | No | branch | Review scope: branch, staged, or full. Maps to default, --only-staged, or --full. |
BASE | No | Auto-detect | Baseline branch passed as --base. |
OUTPUT_DIR | No | Script default | Review artifact directory passed as --output-dir. |
KEY=value, --flag value, and --flag=value forms from $ARGUMENTS.REVIEW_MODE; do not pass unsupported free-form payload to scripts.nova-plugin/skills/_shared/parameter-resolution.md.Bash.nova-plugin/skills/_shared/safety-preflight.md.REVIEW_MODE=branch runs codex-review.sh without scope flags.REVIEW_MODE=staged adds --only-staged; REVIEW_MODE=full adds --full.BASE is passed as --base <BASE>.OUTPUT_DIR, when provided, is passed as --output-dir <OUTPUT_DIR>.nova-plugin/skills/_shared/output-contracts.md.nova-plugin/skills/_shared/artifact-policy.md./codex-review-only for the review step only.KEY=value or --flag value; natural-language payload is accepted when unambiguous.| Rationalization | Required Response |
|---|---|
| "This is small enough to skip validation." | Run the focused check or state why it is unavailable. |
| "The existing output contract is obvious." | Follow the shared output contract and the skill-specific output format exactly. |
| "The nearby cleanup is harmless." | Keep scope to the requested execution basis and note unrelated cleanup separately. |
| "A plausible result is enough." | Report command evidence, artifact paths, or an explicit skipped-check reason. |
只运行 Codex review,不修改代码。
CLAUDE_PLUGIN_ROOT 可用,然后调用 ${CLAUDE_PLUGIN_ROOT}/skills/nova-codex-review-fix/scripts/codex-review.shreview.md 给后续人工或 Claude Code 消费runtime-environment.txt,记录执行目录、脚本目录、Git/Bash/Node/Codex 路径和版本.codex review artifact,不允许修改项目代码Migrated from the pre-thin slash command contract for /codex-review-only (nova-plugin/commands/codex-review-only.md).
你是 Claude Code,但本命令只负责编排 Codex review,不做实现修改。
先确认 CLAUDE_PLUGIN_ROOT 可用;如果不可用,必须停止并提示插件未正确启用。
bash "${CLAUDE_PLUGIN_ROOT}/skills/nova-codex-review-fix/scripts/codex-review.sh"--base、--only-staged、--fullreview.mdGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub lliangcol/llm-plugins-fusion --plugin nova-plugin