一键导入
agent-output-verifier
Use when agent-produced work needs a safety, evidence, and reliability check before handoff, merge, or trust.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when agent-produced work needs a safety, evidence, and reliability check before handoff, merge, or trust.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent Brain /brain-brief: after intake, research, and grill have enough signal.
Agent Brain /brain-build: an implementation plan has a selected task and validation method.
Agent Brain /brain-design: a product brief needs ux or interaction design before planning.
Agent Brain /brain-eval: changing Agent Brain behavior or checking quality.
Agent Brain /brain-grill: the idea, brief, design, or plan has unresolved assumptions.
Agent Brain /brain-learn: after repeated success/failure, a tricky fix, or a shipped workflow.
| name | agent-output-verifier |
| description | Use when agent-produced work needs a safety, evidence, and reliability check before handoff, merge, or trust. |
| version | 0.1.0 |
Lifecycle stage: REVIEW
Use before trusting or handing off output produced by an autonomous or semi-autonomous agent, especially after long-running work, tool use, code generation, external calls, or multi-step planning.
Do not use as a replacement for domain review. This skill decides whether the output is safe and evidenced enough to enter the next review gate.
Do not use when this trigger is absent; choose the command or skill that owns the requested state, artifact, and verification gate.
pass, pass-with-warnings, or blocked.| Shortcut | Rebuttal |
|---|---|
| "The output sounds careful." | Fluency is not evidence; require logs, diffs, citations, approvals, or traces. |
| "The agent said tests passed." | Test claims need current command output or an explicit missing-evidence blocker. |
| "Only small side effects happened." | Any side effect must match the allowed scope and approval evidence. |
pass, pass-with-warnings, or blocked.Produce a verifier decision with status, checked claims, evidence references, blockers, warnings, required approvals, and the smallest safe next action.
Trigger: agent-produced output must be trusted, blocked, or routed for repair. Action: check evidence, secrets, invented tools, skipped tests, unsafe side effects, and loop limits before handoff. Output artifact: templates/review-report.md with blockers and next action. Verification: cite each pass, blocker, artifact path, and validation proof.
Status: blocked
Claim checked: "All tests pass and deployment is ready."
Blockers:
- No test log or command output attached for the claimed passing tests.
- Deployment step is outside the allowed scope.
- Background retry worker has no stop condition.
Evidence needed to unblock:
- Test command and output.
- Scope approval for deployment.
- Retry limit or cancellation rule.