‹ 首页

dev-verify

@evolution-foundation · 收录于 5 天前 · 上游提交 2 个月前

Verify that a change really works before claiming completion. Use when the user wants confidence that a feature, fix, or refactor actually works — turns vague "it should work" claims into concrete evidence. Pairs with @oath-verifier agent.

适合你,如果需要在声称完成前确认改动确实有效

/ 通过 npx 安装 校验哈希
npx oh-my-skill add evolution-foundation/evo-nexus/dev-verify
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- evolution-foundation/evo-nexus/dev-verify
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify evolution-foundation/evo-nexus/dev-verify
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
509GitHub stars
~314上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 7f5dd76 · 表述以原文为准
它做什么

装此技能后,Claude 在声称改动完成前会先验证是否有效,用测试或命令检查,并报告通过/失败,避免说“应该可以”。

什么时候触发

当用户要求确认某个功能、修复或重构确实有效时触发。

装好后可以这样说
Claude 会运行相关测试或命令来检查。
它会按优先级执行验证并输出证据。
它会运行现有测试并报告结果。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 7f5dd76

Dev Verify

Derived from oh-my-claudecode (MIT, Yeachan Heo). Adapted for the EvoNexus Engineering Layer.

Use this skill when the user wants confidence that a feature, fix, or refactor actually works.

Goal

Turn vague "it should work" claims into concrete evidence.

Workflow
  1. Identify the exact behavior that must be proven.
  2. Prefer existing tests first.
  3. If coverage is missing, run the narrowest direct verification commands available.
  4. If direct automation is not enough, describe the manual validation steps and gather concrete observable evidence.
  5. Report only what was actually verified.
Verification order
  1. Existing tests
  2. Typecheck / build
  3. Narrow direct command checks
  4. Manual or interactive validation
Rules
  • Do not say a change is complete without evidence.
  • If a check fails, include the failure clearly.
  • If no realistic verification path exists, say that explicitly instead of bluffing.
  • Prefer concise evidence summaries over noisy logs.
Output
  • What was verified
  • Which commands/tests were run
  • What passed
  • What failed or remains unverified
When to delegate

For deeper verification with formal acceptance criteria mapping, delegate to @oath-verifier.

按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。