with one click
code-change-verification
当变更影响运行时代码、测试、用户可见生成输出、模板或构建/验证行为时,运行仓库强制验证栈。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
当变更影响运行时代码、测试、用户可见生成输出、模板或构建/验证行为时,运行仓库强制验证栈。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
从 .harnesskit/facts.md 和已核对的仓库证据填充或刷新 docs/practices/*.md。用于 scan-facts 之后更新 coding、product sense、security、reliability 等判断指导,而不是把每条建议都升级成 RULES.md 规则。
在 harnesskit init 之后编排 Context Harness 初始化。用于通过 scan-facts、fill-agents、fill-architecture、fill-practices、fill-rules、fill-skills 和最终一致性检查来启动或刷新 generated harness。
从已核对证据扫描仓库事实并写入 .harnesskit/facts.md。用于填充 AGENTS.md、ARCHITECTURE.md、RULES.md 或项目特定 skill section 前,启动或刷新 Context Harness facts。
从已核对证据扫描仓库事实并写入 .harnesskit/facts.md。用于填充 AGENTS.md、ARCHITECTURE.md、RULES.md 或项目特定 skill section 前,启动或刷新 Context Harness facts。
从 .harnesskit/facts.md 和已核对的仓库证据填充或刷新 docs/practices/*.md。用于 scan-facts 之后更新 coding、product sense、security、reliability 等判断指导,而不是把每条建议都升级成 RULES.md 规则。
从 .harnesskit/facts.md 和已核对的仓库证据填充或刷新 RULES.md 短规则索引。用于 scan-facts 之后更新可执行规则;validation context、检查方式和 runner bindings 应进入对应验证 artifact 或 runner。
| name | code-change-verification |
| description | 当变更影响运行时代码、测试、用户可见生成输出、模板或构建/验证行为时,运行仓库强制验证栈。 |
确保只有在仓库自己的 verification checks 运行后,才把工作标记为完成。变更影响运行时代码、测试、用户可见 generated outputs、templates 或 build/test configuration 时使用本 skill。纯文档或仓库元数据变更可跳过,除非用户要求完整验证栈。
补全本节前请确认:
[NEEDS CLARIFICATION: ...],不要虚构通用命令。scripts/run_validation.py 已配置 repository-verified checks 后使用 make verify。make verify 会写入 .harnesskit/receipts/latest.json 和 .harnesskit/receipts/runs/<run_id>.json;checks 配置前,它会记录 not_configured 并以非零状态退出。.agents/skills/code-change-verification,让仓库能自动加载它。[NEEDS CLARIFICATION: ...] 视为缺失项,而不是可选示例。make verify 报告 not_configured,先根据仓库事实填充 scripts/run_validation.py 中的 CHECKS,再把它当作验证入口。scripts/run_validation.py 配置完成后,优先使用 make verify。[NEEDS CLARIFICATION: ...] 的条目。[NEEDS CLARIFICATION: ...] 条目或 templates 中的通用示例当成目标仓库支持这些命令的证据。.harnesskit/receipts/latest.json 已写入;有帮助时在最终回复中引用 receipt 路径。