用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/DanMcInerney/orchflows --skill orch-verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | orch-verify |
| description | Run each named oracle against a fixed result and emit verdicts. Use whenever completion must be decided. |
| role | worker |
Require: a fixed result identity and frozen criteria, each naming its oracle and oracle_class per contracts/verdict.md. Prior verdict entries may be offered for reuse.
Run every oracle not already covered by a prior entry that still holds
at the fixed result, when one holds and what invalidates it being
contracts/verdict.md's covers
clause's. Prefer the named external check over judgment wherever both
exist. Render judged criteria fresh from the spec, per
rules/verification.md §6. Fill each
verdict's evidence field on
verdict.md's terms.
Where the criteria carry a score scale, score each separately before any overall number, anchored to the evidence its oracle produced; a score is never interpolated across criteria.
Never: edit the target; skip a criterion silently; upgrade UNVERIFIED to PASS by inference; reach past the packet's inputs for a sibling candidate or score; score authorship or effort.
Return: one verdict entry per criterion and the overall verdict stating its weakest oracle_class — or a score card, those entries with their scores plus the overall score and the confidence it deserves, when the criteria carry a scale.