بنقرة واحدة
nova-review-lite
Quick lightweight review for obvious, high-signal issues in day-to-day PR checks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Quick lightweight review for obvious, high-signal issues in day-to-day PR checks.
التثبيت باستخدام 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-lite |
| description | Quick lightweight review for obvious, high-signal issues in day-to-day PR checks. |
| 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-lite INPUT='small PR diff' |
This file is the supporting behavioral contract for /nova-plugin:review-lite and the deprecated /nova-plugin:nova-review-lite 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)scan → filter → emitchat; order=Findings; severity=Bug, Risk, Readability, Overengineering.forbid; failure order=status → blocker → safe next action.runtime/contracts/review-lite.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.Deliver concise daily-review feedback with high signal and low friction.
| Parameter | Required | Default | Notes | Example |
|---|---|---|---|---|
INPUT | Yes | N/A | Small diff/code/config/tests | Controller + tests diff |
Findings list with optional tags.No obvious issues found in this review scope.Run review-lite on this small login PR.review-lite INPUT="patch for null checks".TASK: LIGHT REVIEW - NO IMPLEMENTATION
You are Claude Code acting as a pragmatic reviewer.
This command is for quick, lightweight review. Focus on obvious issues and high-signal feedback. You MUST NOT write or modify code.
Review the following:
$ARGUMENTS
Input may include:
Assume:
Focus ONLY on:
DO NOT deep dive into:
You MUST:
You MUST NOT:
Use bullet points. Each point should be short and actionable.
If applicable, prefix with:
[Bug][Risk][Readability][Overengineering]Example:
[Bug] Null handling is missing when xxx is empty[Risk] Shared mutable state may cause issues under concurrencyIf no issues are found: