Disclosure Is Not A Fix

Disclosure Is Not A Fix is a skill for Claude Code from ralfyishere/rules-with-receipts. It costs 136 tokens per session (1,316 once invoked), scanned A, original, MIT.

A review rule that treats documenting a known defect as separate from fixing or deliberately accepting it.

In plain words
What is it for?
Reviewing release plans, code comments, TODOs, and issue handling when a known problem is about to be shipped.
Why use it?
It prevents a note about a bug or limitation from being mistaken for a resolution.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Reviewing release plans, code comments, TODOs, and issue handling when a known problem is about to be shipped.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ralfyishere/rules-with-receipts/disclosure-is-not-a-fix
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ralfyishere/rules-with-receipts --skill disclosure-is-not-a-fix
Clone the repo
git clone --depth 1 https://github.com/ralfyishere/rules-with-receipts

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Disclosure Is Not A Fix

README.md
[![agentmods](https://agentmods.dev/badge/skills/ralfyishere/rules-with-receipts/disclosure-is-not-a-fix/github.svg)](https://agentmods.dev/skills/ralfyishere/rules-with-receipts/disclosure-is-not-a-fix)
Your own site
<a href="https://agentmods.dev/skills/ralfyishere/rules-with-receipts/disclosure-is-not-a-fix"><img src="https://agentmods.dev/badge/skills/ralfyishere/rules-with-receipts/disclosure-is-not-a-fix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Disclosure Is Not A Fix

Your own site · 80×15
<a href="https://agentmods.dev/skills/ralfyishere/rules-with-receipts/disclosure-is-not-a-fix"><img src="https://agentmods.dev/badge/skills/ralfyishere/rules-with-receipts/disclosure-is-not-a-fix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,316 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00136 $0.01316
Opus 5 $0.00068 $0.00658
Sonnet 5 $0.00027 $0.00263
Haiku 4.5 $0.00014 $0.00132

Measured 11d ago against content hash 339eb28c6216, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Disclosure Is Not A Fix scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/disclosure-is-not-a-fix/SKILL.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Disclosure Is Not A Fix

Purpose

Writing down a known defect does not resolve it. Disclosure is a documentation act: it manages the reader's expectations but leaves the defect fully present. The trap is that a well-written caveat feels like diligence and quietly substitutes for the fix. When you're about to ship something with a "known limitation" note, the honest bar is one of two things: ship the cheapest available mitigation, OR record an explicit, reasoned decision NOT to mitigate — why, and what would change it. The disclosure itself is neither. "We disclosed it" is not a disposition.

When to use this skill

  • The moment you reach for the words "known limitation", "known issue", "caveat", "we're aware", "for now", "not yet handled", or "advisory" in something you're about to ship.
  • When a review, audit, or test surfaced a real defect and your instinct is to document it rather than fix it.
  • When leaving a TODO/FIXME in code that is about to ship, or a "trap wanted"/"placeholder"/"not implemented" marker in a released artifact.
  • Whenever an item is about to be closed on the strength of a note that describes the problem instead of resolving it.

When NOT to use

  • The defect is already mitigated or already carries a written, dated decision-not-to-fix — this skill's job is done; don't re-litigate.
  • Genuinely adjacent problems you were not asked to touch — those are scope-fence's flag list, not a defect in the thing you are shipping.
  • Pure release notes / changelog entries that describe resolved behavior. Disclosure of a fixed thing is fine; this skill governs disclosure standing in for an unfixed thing.

The procedure

  1. Name the defect and its real user-facing consequence — the unsoftened version. Not "the parser has some edge cases" but "malformed input silently produces wrong totals the user will act on."
  2. Find the CHEAPEST mitigation. It is often far cheaper than the defect's cost: reword an ungradeable criterion, add a guard, put a one-line warning at the point of danger, disable the broken path, remove the live rule. Cost the mitigation against the cost of the defect biting a real user.
  3. If mitigating now is viable, do it. The cheap fix beats the elegant note.
  4. If not mitigating, write the explicit decision: why deferring is acceptable, who it affects, and the concrete trigger that would force the fix — dated. A deferral with no recorded reason and no re-trigger is not a decision; it's an unfixed defect wearing a caveat.
  5. Put the disclosure where the defect BITES — the entrypoint, command, screen, or Quick Start where the hazard fires — not only in a distant NOTES/known-issues section the user won't reach in time.
  6. Never let "we disclosed it" close the item. The item closes on a mitigation or a recorded decision. Disclosure alone leaves it open.

Read the full file on GitHub · 58 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 58 lines · 0 tokens per session scan A 339eb28c6216

Subscribe to this mod's changes

Disclosure Is Not A Fix is a skill published in the GitHub repository ralfyishere/rules-with-receipts (2 stars, last pushed 2mo ago), licensed MIT. It adds 136 tokens to every session and 1,316 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.