用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmshihab7878/claude-code-setup --skill verification-before-completion命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | Verification Before Completion |
| description | Guidance for verifying work with concrete evidence before reporting completion. |
No "done" without evidence. No "works" without proof. No "correct" without output.
Before claiming completion, you MUST:
These phrases are never acceptable without accompanying evidence:
| Banned Phrase | Required Replacement |
|---|---|
| "should work" | "works — here's the output: [output]" |
| "probably fine" | "verified — test results: [results]" |
| "looks correct" | "confirmed correct — [evidence]" |
| "I believe this fixes" | "this fixes — reproduction no longer triggers: [output]" |
| "this should handle" | "handles correctly — tested with [input], got [output]" |
| "the tests should pass" | "tests pass: [test output]" |
| "I think we're done" | "done — all checks pass: [evidence]" |
Match your verification to the claim:
| Claim Type | Required Verification |
|---|---|
| "Bug is fixed" | Show the bug no longer reproduces + tests pass |
| "Feature works" | Show test output covering happy path + edge cases |
| "Refactor is safe" | Show all existing tests still pass |
| "Build succeeds" | Show build output with zero errors |
| "No regressions" | Show full test suite output |
| "API works" | Show request/response with expected status codes |
| "Config is correct" | Show the system using the config successfully |
Step 1: IDENTIFY — What claim am I about to make?
Step 2: EXECUTE — Run the verification (test, build, lint, etc.)
Step 3: READ — Read the FULL output, not just the last line
Step 4: CONFIRM — Does the output match the expected behavior?
Step 5: ASSERT — State the claim WITH the evidence
confidence-check (pre-work) — this is the post-work counterpartAcceptable evidence:
NOT acceptable evidence: