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 | 当变更影响运行时代码、测试、模板生成行为或构建/验证行为时,运行仓库强制验证栈。 |
确保只有在仓库可用验证命令通过后,才把工作标记为完成。变更影响运行时代码、会改变生成行为的模板、测试或构建/测试配置时使用本 skill。纯文档或仓库元数据变更可跳过,除非用户要求完整验证栈。
.agents/skills/code-change-verification,让仓库能自动加载它。uv sync。make verify
uv sync。make verify。它会调用 scripts/run_validation.py 中的 skill runner。.harnesskit/receipts/latest.json;有帮助时在最终回复中引用 receipt 路径。make verify-core、make hooks 或单个 Make target。