一键导入
finalize
Run an independent scafld accountability finalize and return a signed receipt for completed work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run an independent scafld accountability finalize and return a signed receipt for completed work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | finalize |
| description | Run an independent scafld accountability finalize and return a signed receipt for completed work. |
Use the finalize MCP tool when work is ready to be checked. It runs the independent reviewer path and returns either actionable findings or a signed receipt.
The host agent may work however it needs to work before the finalize. The finalize is the single accountability verb: it records the target, acceptance evidence, independent review result, and receipt status.
Pass task_id for the governed task. When the work is on a branch or pull request, pass base_ref as the base commit/ref so the receipt attests the base-to-head delta instead of only the current working tree. If no hand-authored spec exists, also pass scope_hint with the changed paths to review.
finalize needs no CI. The independent review and the signed receipt it writes under .scafld/receipts/ are the complete accountability outcome on their own, and a plain scafld init sets this up without installing any workflow.
The CI scafld verify check is an additive merge gate, not part of the baseline. Opt in with scafld init --ci, which installs .github/workflows/scafld-verify.yml so committed receipts are re-verified on pull requests. Declare intent with the verify.policy config field (local default, advisory, required) and run scafld verify --self-check to see what is actually wired. Requiring the check before a merge is a GitHub branch-protection step the operator owns; scafld scaffolds and reports it, it does not enforce it.