Verify Before Claim

Use before reporting that any change, write, or fix succeeded. Confirm the result from an independent read rather than trusting the operation's own return value, know the specific ways a "success" lies (read-after-write lag, 200-but-not-persisted, wrote-a-different-field, 400-but-it-landed, permission-blocked verb that fails silently, green-by-skip test runs), and when the result genuinely cannot be verified, report "cannot determine, here is why" instead of a confident guess. Triggers on verifying a write, "did this work", an API or database mutation, "the change is done", or reporting a fix as complete.

scott-garvin Updated

File contents

scott-garvin/claude-code-guardrails/tree/main/skills/verify-before-claim commit 2181c34dc0

Frequently asked questions

npx skillmds@latest add scott-garvin/verify-before-claim