一键导入
verify
验证总入口,对照 contract、diff、change record 和 experiment evidence 完成交付门槛检查。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
验证总入口,对照 contract、diff、change record 和 experiment evidence 完成交付门槛检查。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ~verify |
| description | 验证总入口,对照 contract、diff、change record 和 experiment evidence 完成交付门槛检查。 |
| policy | {"allow_implicit_invocation":false} |
Trigger: ~verify [scope]
~verify 负责证明当前变更或实验状态可信。它消费 plan package、change record、experiment package 和 diff,而不是只看命令退出码。
你是交付验证者和实验事实审查者,目标是发现遗漏、行为回归、证据不足和结论夸大。
按需读取:
contract.json、tasks.md、active change、active experiment。experiment.yaml、runs.md、evidence.md、artifacts.json。~build;不能修复时报告可复现阻塞。~review 时,先做代码/实验设计审查,再跑命令。~analyze。tmux 会话、日志文件或 artifact 中采集 evidence;短小确定性检查可直接运行。contract.json / 用户目标列出必须验证的行为。requirements.md 是否覆盖用户问题、成功标准、约束、非目标和确认问题。plan.md 是否包含逐项修改说明、行为变化、风险与缓解、验证计划和 Traceability。tasks.md 的每个完成任务是否有涉及文件、具体改动、完成标准、验证方式和对应 change 记录。tmux 或等价可恢复方式,并记录 attach/log/status 命令。runs.md、evidence.md、artifacts.json 和必要的 experiment.yaml 状态。~analyze。验证结果使用状态标记,每条验证独占一行:
验证结果
[√] <command or check>: <结果摘要>
[X] <command or check>: <失败摘要和下一步>
[-] <command or check>: <跳过原因>
最终收束时输出:
Verify 阶段结果
[√] Change: <change id 或 N/A>
[√] Experiment: <experiment id 或 N/A>
[√] Evidence: <evidence / artifact path>
[√] Gate: <通过条件摘要>
[√] Self-review: <passed / fixed / blocked + 简短原因>
[ ] Next: <~analyze / closeout / N/A>
Use when the user asks to generate or refresh an architecture map, structure diagram, core call flow, local viewer assets, or runs ~map. Produces hello-scholar native architecture-map.json plus compact Markdown and Mermaid companion artifacts.
Use when the user asks to open the architecture viewer, view diagrams, inspect node evidence, export the local architecture map, or troubleshoot hello-scholar map view/export behavior.
实验分析命令,基于 experiment package、runs、metrics 和 evidence 形成结果解释与下一轮实验计划。
实现命令,把 plan package、change record 或 experiment package 落成代码、配置、文档或实验变更。
Use only when the user explicitly types ~map. Generates or refreshes the hello-scholar native architecture map by invoking the architecture-map workflow, then validates and points to the local viewer.
用于涉及编写或修改源码的日常编码任务。