verify
@eduwxyz · 收录于 1 周前
Verify that a spec.md's Acceptance criteria are observably covered by green tests before opening a PR. Reads the spec, finds the tests that cover each AC, runs the suite to confirm everything green, and reports gaps (uncovered AC, skipped tests, missing edge-case coverage). When gaps exist, automatically iterates with `tdd` until the spec is satisfied — does not stop while gaps remain. Surfaces tests not mapping to any AC as warnings (no auto-fix; user decides). Trigger after `tdd` is green and before sending the work for review, when the user says "verify the spec", "are we done", "check coverage against spec", "ready for review", "is this PR-ready".
适合你,如果需要在提PR前确保所有验收条件都有通过的测试覆盖
/ 通过 npx 安装 校验哈希
npx oh-my-skill add eduwxyz/my-awesome-skills/verify/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- eduwxyz/my-awesome-skills/verify/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify eduwxyz/my-awesome-skills/verify安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
15GitHub stars
~1.2K最小装载
~1.2K含声明引用
~1.4K文本包总量
索引托管
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…