一键导入
approve-verification
Human gate for reviewing and approving full verification after Phase 5
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Human gate for reviewing and approving full verification after Phase 5
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the review cycle for a completed phase artifact with plot validation
Display current analysis pipeline status
Initialize and run the full automated analysis pipeline from analysis question to final documentation
Execute a single phase of the analysis pipeline by phase identifier
| name | approve-verification |
| description | Human gate for reviewing and approving full verification after Phase 5 |
| user-invocable | true |
This command implements the human gate between Phase 5 (partial verification) and Phase 6 (full verification). The analysis pauses here until a human explicitly approves.
Arguments: $ARGUMENTS (ignored)
Read STATE.md. Confirm the current status is human_gate and the current phase is 5.
human_gate, report: "The analysis is not at the human gate. Current status: {status}, phase: {phase}. This command can only be run after Phase 4b review passes." Stop.Read analysis_config.yaml. Confirm verification.approved_for_verification is false.
true, report: "Verification has already been approved. Phase 6 can proceed." Stop.Read the following files and present a summary to the user:
ANALYSIS_NOTE_DRAFT*.md from phase5_inference/5b_partial/exec/VERIFICATION_CHECKLIST*.md from phase5_inference/5b_partial/exec/The checklist should cover:
phase5_inference/5b_partial/review/arbiter/INFERENCE_PARTIAL*.md from phase5_inference/5b_partial/exec/Format the summary clearly:
================================================================
VERIFICATION APPROVAL REQUEST -- {analysis_name}
================================================================
DRAFT ANALYSIS NOTE SUMMARY
----------------------------
{summary of the draft note -- 5-10 lines covering the analysis,
methodology, and 10% results}
VERIFICATION CHECKLIST
--------------------
[x] 1. Background model validated -- closure tests pass in all validation regions
[x] 2. Systematic uncertainties evaluated -- fit model stable
[x] 3. Expected results physically sensible
[x] 4. Signal injection tests pass
[x] 5. 10% partial verification -- no unexpected pathologies
[x] 6. Agent review cycles resolved -- arbiter PASS
[x] 7. Draft analysis note reviewed -- publication-ready
4-BOT REVIEW RESULT
--------------------
Decision: PASS
Iterations: {N}
Residual items: {list any B/C items}
KEY RESULTS (10% data)
-----------------------
Expected: {expected result}
Observed (10%): {observed result}
Goodness-of-fit: {GoF metric}
Notable NP pulls: {any pulls > 1 sigma}
================================================================
ARTIFACTS FOR DETAILED REVIEW:
- Draft note: phase5_inference/5b_partial/exec/ANALYSIS_NOTE_DRAFT*.md
- Partial results: phase5_inference/5b_partial/exec/INFERENCE_PARTIAL*.md
- Expected results: phase5_inference/5a_expected/exec/INFERENCE_EXPECTED*.md
- Checklist: phase5_inference/5b_partial/exec/VERIFICATION_CHECKLIST*.md
- Arbiter review: phase5_inference/5b_partial/review/arbiter/
================================================================
Please review the above and respond with one of:
APPROVE -- Proceed to full verification (Phase 6)
REQUEST_CHANGES -- Send Phase 4b back for revisions (describe what to change)
HALT -- Stop the analysis (provide reason)
The user will respond with one of three decisions. Handle each:
analysis_config.yaml: set verification.approved_for_verification: trueSTATE.md:
passed (with note: "human approved")6executingsystematics-fitter to run the full fit on complete datasetcross-checker to validate consistencySTATE.md:
executing (Phase 5 re-execution)STATE.md:
haltedanalysis_config.yaml: verification.approved_for_verification: false/approve-verification."