Skip to main content

verify-before-claim

Stars0
Forks0
UpdatedJuly 6, 2026 at 05:12

Enforce the "no premature done" discipline. Before claiming a task is complete, the model MUST produce real evidence โ€” a test run with passing output, a real DB query result, a rendered screenshot, a build that compiles, a command's actual stdout. "200 OK" alone, fake fixtures (fake JWT, synthetic audio), or code-inference without execution are NOT evidence. ROUTE BY INTENT, NOT KEYWORDS โ€” load this whenever the model is about to say "done", "complete", "fixed", "finished", "์™„๋ฃŒ", "๊ตฌํ˜„ ์™„๋ฃŒ", or any completion claim, OR when the user asks "did it work?", "are you sure?", "์ง„์งœ์•ผ?", or expresses doubt about a claim. Also load when a conclusion lacks a quantitative basis (test count, response time, measured value). Returns either evidence (command + output / test result) or an explicit "ํ™•์ธ ๋ถˆ๊ฐ€" (cannot verify) verdict with the missing evidence named. NOT a code editor โ€” it produces or demands evidence, never edits code.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly