Agent skill · AI & Agents

factcheck-guard

Use this skill when making any factual claim about the codebase — existence, absence, or behavior. Converts the claim-verification rule into a systematic action protocol that prevents false assertions from grep-only results.

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill factcheck-guard --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/factcheck-guard/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# FactCheck Guard — Runtime Claim Verification Prevents false claims about the codebase. Grep results are hypotheses, not proof. Every assertion about "what the code does" must be verified by reading the actual code. ## Why This Exists An 80% false claim rate was observed when agents trusted grep results without reading files. The pattern repeats: grep finds a string, agent asserts behavior, behavior is wrong. This skill converts the claim-verification guidelines into an actionable protocol. ## Confidence Markers (MANDATORY) Every factual claim about the codebase MUST carry one of these markers: | Marker | Meaning | Requirements | |--------|---------|-------------| | [VERIFIED] | Read the file, traced the logic | Must cite file:line | | [INFERRED] | Based on grep or file name | Must verify before asserting to others | | [UNCERTAIN] | Not yet checked | Must investigate before making the claim | Never promote an [INFERRED] claim to a statement of fact. Never let [UNCERTAIN] appear in a response to the user — investigate first. --- ## Verification Protocol ### Level 1: Existence Claims When asserting "X exists in the codebase": **Step 1 — Search (produces [INFERRED])** ``` Grep/Glob f

What's inside
Steps it walks through
  1. Why This Exists
  2. Confidence Markers (MANDATORY)
  3. Verification Protocol
  4. Level 1: Existence Claims
  5. Level 2: Absence Claims
  6. Level 3: Behavior Claims
  7. Common False Claim Patterns
  8. Two-Pass Audit Protocol
  9. Pass 1: Generate Hypotheses
  10. Pass 2: Verify Each Hypothesis
  11. Quick Checklist
  12. Integration Points
  13. Examples: Wrong vs Right
More from vibecosystem
All skills →
About this skill
What does the factcheck-guard skill do?

Use this skill when making any factual claim about the codebase — existence, absence, or behavior. Converts the claim-verification rule into a systematic action protocol that prevents false assertions from grep-only results.

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill factcheck-guard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going