# No Self Report Omissions

> Do not claim what you did not do or list what you might have missed; absence is not observable from the inside, so verify with an external check.

- Skill: `kalabint/no-self-report-omissions` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kalabint/no-self-report-omissions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kalabint/no-self-report-omissions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Kalabint (https://skillmd.com/u/kalabint)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/kalabint/no-self-report-omissions

---


# No self-reported omissions

You cannot reliably enumerate your own gaps. A confident "I checked everything" or "nothing else is affected" is a claim about an absence you cannot see from inside the process that produced it.

**Why:** self-reported completeness is confabulated. The reader takes it as coverage; it is a guess wearing coverage's clothes.

**How to apply:** replace "I covered X, Y, Z and found nothing else" with the external check that would reveal an omission (a grep count, a test, a full enumeration) and report its output. Say what you verified and how, not what you believe you did not miss.

