ワンクリックで
nova-review-only
Standard-depth review for correctness, performance, concurrency, failures, tests, and maintainability.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Standard-depth review for correctness, performance, concurrency, failures, tests, and maintainability.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a Java/Spring backend design plan with mandatory 12 sections and write to PLAN_OUTPUT_PATH.
Run a semi-automated Codex review -> Claude Code fix -> local checks -> Codex verify closure loop for the current branch. Use when Claude Code should orchestrate review-driven fixes with external Bash scripts, structured review artifacts, validation reports, merge readiness, and residual-risk summaries.
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.
Run Codex verification against an existing review.md and the current branch state. Use when Claude Code or a human has already applied fixes and only needs a focused verify pass, merge recommendation, and residual blockers.
Lightweight observer-style exploration for quick understanding alignment.
Reviewer-style exploration focused on questions and risk signals, without proposing fixes.
| name | nova-review-only |
| description | Standard-depth review for correctness, performance, concurrency, failures, tests, and maintainability. |
| license | MIT |
| allowed-tools | Read Glob Grep |
| disallowed-tools | Write Edit NotebookEdit Bash |
| user-invocable | true |
| disable-model-invocation | false |
| metadata | {"nova-user-invocable":"true","nova-model-invocable":"true","nova-subagent-safe":"true","nova-destructive-actions":"none"} |
| argument-hint | Example: review-only INPUT='payment callback module' |
This file is the supporting behavioral contract for /nova-plugin:review-only and the deprecated /nova-plugin:nova-review-only compatibility entrypoint. Prefer the direct command; the compatibility name remains only for the current major-version migration window.
KEY=value inputs using ../_shared/parameter-resolution.md; explicit non-conflicting values take precedence.../_shared/safety-preflight.md before side effects. Never infer approval, destructive scope, credentials, or output destinations.../_shared/output-contracts.md and ../_shared/artifact-policy.md; report completed, skipped, and blocked validation truthfully.$ARGUMENTS against the workflow-specific inputs below.Generated from
workflow-specs/behaviors.json. This block is authoritative. Runnode scripts/generate-behavior-surfaces.mjs --writeafter changing the IR; if explanatory text below conflicts, fail closed.
REVIEW_SCOPE(required aliases=INPUT,SCOPE)inspect → separate-evidence → classify → emitchat; order=Critical → Major → Minor; severity=Critical, Major, Minor.forbid; failure order=status → missing evidence → reviewed scope → safe next action.runtime/contracts/review-only.json#behaviorContract embeds the complete decision table, invariants, stops, field definitions, validation, and failure contract from the same source. Detailed guidance below may not override it.Run regular strict review and output severity-grouped issues.
| Parameter | Required | Default | Notes | Example |
|---|---|---|---|---|
INPUT | Yes | N/A | Code/design/tests/logs | fulfillment module diff |
Critical, Major, Minor findings.Use review-only for this core path change.review-only INPUT="stock service patch".TASK: REVIEW ONLY — NO IMPLEMENTATION
You are Claude Code acting as a strict reviewer / senior engineer.
This command is for analysis and review only. You MUST NOT write, modify, or propose concrete code changes.
Analyze the following:
$ARGUMENTS
Inputs may include:
Assume the input is the current state under review.
Review the input for:
You MUST:
You MUST NOT:
Group all findings by severity:
For each finding:
Assume the reader is:
This command does NOT:
It only evaluates and documents issues.