skilly. Buy ad slot
All skills
Community / AGENT SKILL

verification-loop

bryanzk/MyCodexEnv
0 installs 0 GitHub stars
0

按仓库现有门禁执行发布前综合验证,用于明确要求全量验收或跨层变更需要统一验证报告的任务。

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Verification Loop

根据本次改动、验收合同和仓库现有入口选择验证范围,交付可追溯的结论。

- 先定位仓库已有的 build、lint、test、coverage 和 security 命令,执行与本次验收相关的门禁;语言、工具和覆盖率阈值由项目合同决定。
- 普通局部修改使用聚焦检查;全量门禁按仓库约定执行。检查通过且输入未变时复用有效证据,新增改动、失败或未解决疑点才重跑或扩大范围。
- 在已授权的本地实现范围内修复相关失败并重跑受影响检查;涉及真实 provider、共享 runtime 或生产数据的检查遵守原有授权边界。
- 报告所执行命令、exit_code、关键输出和 timestamp,注明未运行或受阻的必要检查;没有证据时不声称通过。
- 使用现有验收记录位置;只有用户要求或仓库合同需要时写报告文件。安全检查避免将凭据值输出到日志。