在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用verifying
星标2
分支0
更新时间2026年3月24日 01:15
Verify work before claiming done.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Verify work before claiming done.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Post-implementation integrity and quality audit.
Session-start skill discovery protocol.
Structured root-cause investigation for bugs and failures.
Execute implementation plan task-by-task inline.
Complete work with merge, PR, or cleanup options.
Integrity guardrails during code implementation.
| name | verifying |
| description | Verify work before claiming done. |
Run these sequentially before any completion claim. Stop at the first failure.
Before stating any positive claim about work status:
Skipping any step converts a verification into a guess.
| Claim | Required evidence | Insufficient |
|---|---|---|
| Tests pass | Test runner output showing 0 failures | Prior run, "should pass" |
| Linter clean | Linter output showing 0 errors | Partial run, assumption |
| Build succeeds | Build command exiting 0 | Linter passing |
| Bug resolved | Reproducer test now passes | Code changed |
| Regression covered | Red-green cycle confirmed | Single green run |
| Agent task complete | VCS diff reviewed | Agent self-report |
| Requirements met | Line-by-line plan check | "Tests pass" |
| Rationalization | Counter |
|---|---|
| "Should work now" | Run it. |
| "High confidence" | Confidence is not output. |
| "Just this once" | No carve-outs. |
| "Linter passed so build is fine" | Different tools check different things. |
| "Agent reported success" | Verify independently. |
| "Partial check covers it" | Partial proof is no proof. |
Stop and verify if any of these surface: