Truth source broken
Skill jacob-balslev/skill-graph/audits/gate-conformance/fixtures/invalid/truth-source-broken
Negative fixture for the gate-conformance suite: valid v8 frontmatter with a complete grounding block, except one declared truth source path points at a file that does not exist. Activate only inside test-gate-conformance.js to prove the truth/drift gate reports BROKEN. Do NOT use as a production skill.From its SKILL.md
npx -y skills add jacob-balslev/skill-graph --skill truth-source-brokenAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.6 KB, 313 tokens by cl100k_base, as published. Nobody here has run it
Truth Source Broken (negative fixture)
This fixture is intentionally broken at the TRUTH layer (not the structural layer):
its grounding block is complete and valid, but one declared truth source path does
not exist on disk. The drift sentinel MUST classify it BROKEN (exit non-zero).
Concept of the skill
What it is: A deliberately broken capability skill used only by the conformance runner. Mental model: Keep the frontmatter structurally valid but declare a truth source that is missing on disk. Why it exists: To give the truth/drift gate's BROKEN state a failing example — the drift gate had no unit coverage before this suite. What it is NOT: It is not a production skill and never routes outside the test runner. Adjacent concepts: the structural negative fixtures under this directory; drift detection; truth-source hashing. One-line analogy: It is a citation pointing at a page that was torn out. Common misconception: That a missing truth source is a structural (lint) failure — it is a TRUTH (drift) failure; the drift sentinel owns it.
Coverage
Valid grounding except a missing declared truth source path → drift BROKEN.
Philosophy of the skill
One broken layer per fixture keeps the failing assertion unambiguous.
Verification
Exercised by the gate-conformance runner via the drift gate; expected to report BROKEN and exit non-zero.
Do NOT Use When
- Always. This is a test fixture, not a usable skill.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.