dev-verify
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
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
- Identify the exact behavior that must be proven.
- Prefer existing tests first.
- If coverage is missing, run the narrowest direct verification commands available.
- If direct automation is not enough, describe the manual validation steps and gather concrete observable evidence.
- Report only what was actually verified.
Verification order
- Existing tests
- Typecheck / build
- Narrow direct command checks
- 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 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…