Skip to main content

verify-before-claim

Sterne0
Forks0
Aktualisiert6. Juli 2026 um 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

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fรผgen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prรผfen und installieren.

SKILL.md
readonly