# Verify Claims

> Re-verify every factual claim in the pending issue/doc/commit before it lands.

- Skill: `snits/verify-claims` (Agent Skill)
- Install (CLI): `npx skillmds@latest add snits/verify-claims`
- Raw SKILL.md: https://api.skillmd.com/api/skills/snits/verify-claims/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: snits (https://skillmd.com/u/snits)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/snits/verify-claims

---


For the artifact I am about to file or commit:

1. Extract every factual claim into a numbered list. Categorize each as:
   CODE_CITATION (file:line), COMMAND_RESULT, or INFERENCE.
2. For each CODE_CITATION: Read the exact lines. If they do not say what the claim says, mark WRONG.
3. For each COMMAND_RESULT: re-run the command and paste real output. Never trust memory of an earlier run.
4. For each INFERENCE (e.g. "cleanup ran", "nothing does X", "nothing was pushed"):
   either promote it to a COMMAND_RESULT by running the proving command, or delete it.
5. Print a table: claim | category | verdict | evidence.
6. Refuse to file/commit until every row is VERIFIED or removed.

