CommunityEscrita e Ediçãogithub.com

BryanBenner/no-fabricate-gate

Read-only fact-honesty gate: every statistic in your copy must trace to a cited source manifest. No network, no credentials, no auto-run. Exit 1 on an unsourced claim.

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add BryanBenner/no-fabricate-gate

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentação

no-fabricate Gate

A deterministic, read-only fact-honesty gate. Extracts every data-claim from content and requires each one to trace to a value in a source-pack manifest ({ sources: [{ claim, value, url }], ignore: [regex] }). A statistic nobody sourced does not ship.

Matching is case-, comma-, and whitespace-insensitive (an inline tag splitting a stat, e.g. <strong>41</strong>%, still matches the manifest value 41%). Structural numbers (years, ordinals, listicle counts, section refs) are exempt; your own prices/versions go in the manifest ignore list.

Invoke

# from the skill directory (or point node at its absolute path)
node cli.mjs --manifest ../my-site/content/sources.json ../my-site/public/articles

Exit 1 on any unsourced claim (--warn-only for non-blocking baseline mode). Exit 2 on usage or manifest errors: a malformed or missing manifest fails closed, never open.

When to reach for it

  • An AI writing step produced copy that states numbers: gate before publish.
  • Building an autonomous content pipeline, where this is the rail that makes "only use cited figures" enforceable instead of aspirational.
  • Auditing existing pages: run with --warn-only to inventory unsourced statistics without blocking.

Pairs with the de-ai-gate skill (style honesty); this gate covers fact honesty.

Habilidades Relacionadas

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community