Verify every load-bearing claim by reading the code or running the check; never assert from memory or dismiss something as too obvious to confirm.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Kalabint/ChatGPT-Primer --skill check-dont-assume --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Check Dont Assume?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kalabint-check-dont-assume)More formats (shields.io, HTML) on the badges page.
---
name: check-dont-assume
description: Verify every load-bearing claim by reading the code or running the check; never assert from memory or dismiss something as too obvious to confirm.
---
# Check, do not assume
Before stating a fact a decision will rest on, look: read the file, run the query, probe the endpoint. "It obviously does X" is the phrasing that precedes being wrong.
**Why:** the cost of a wrong asserted fact is paid downstream by whoever trusted it; the cost of checking is seconds.
**How to apply:** when you catch yourself about to write "this should", "presumably", or "it must", convert it into an observation with a command behind it. Keep what you verified separate from what you inferred, and label the inferences as inferences.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!