ワンクリックで
nova-finalize-work
Finalize completed work artifacts. Produce commit/PR text in Git repo, else local handoff summary and manual steps.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Finalize completed work artifacts. Produce commit/PR text in Git repo, else local handoff summary and manual steps.
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-finalize-work |
| description | Finalize completed work artifacts. Produce commit/PR text in Git repo, else local handoff summary and manual steps. |
| license | MIT |
| allowed-tools | Read Glob Grep |
| disallowed-tools | Write Edit NotebookEdit |
| user-invocable | true |
| disable-model-invocation | false |
| compatibility | Designed for Claude Code; optional read-only Git inspection through Bash follows the normal permission flow. |
| metadata | {"nova-user-invocable":"true","nova-model-invocable":"true","nova-subagent-safe":"true","nova-destructive-actions":"none"} |
| argument-hint | Example: finalize-work for current completed changes |
This file is the supporting behavioral contract for /nova-plugin:finalize-work and the deprecated /nova-plugin:nova-finalize-work 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.
WORK_SUMMARY(required aliases=WORK_SCOPE)freeze-state → detect-mode → package → verify-sectionschat; order=title or commit message → change summary → validation → handoff → out-of-scope follow-up; severity=none.forbid; failure order=status → missing evidence → available handoff → safe next action.runtime/contracts/finalize-work.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.Package completed work into review-ready handoff artifacts without new changes.
| Parameter | Required | Default | Notes | Example |
|---|---|---|---|---|
WORK_SCOPE | Implicit | current context | Changes completed in prior step | Refund retry fix + tests |
| Git presence | Auto | N/A | Decide output mode A/B | git repository detected |
Use finalize-work to prepare PR description for this feature.finalize-work WORK_SCOPE="coupon issuance reliability fix".You are Claude Code, acting as a disciplined senior engineer responsible for closing a unit of work in a review-ready, handoff-ready state.
This step is purely summarization and packaging. No new decisions, no new changes.
From $ARGUMENTS, infer:
WORK_SCOPE (implicit)
⚠️ You MUST NOT infer or assume work outside the current execution context.
This step is about describing what exists, not improving it.
You MUST generate:
A conventional commit message
type(scope): summaryA pull request description, including:
You MUST generate:
A local change summary, suitable for:
Manual deployment or handoff steps, if applicable
Regardless of Git availability, the output MUST explicitly include:
Assume the reader is:
This command does NOT:
It only packages the outcome of prior steps.
This command is the final step after implementation is complete: