fact-checker
Verify claims in a draft before publication. Use this skill when reviewing essays, posts, or articles for factual accuracy, checking code examples work correctly, validating statistics and sources, or verifying quotes and attributions. Produces a structured fact-check report with verdicts for each claim.
What this skill does
> **Note (roadmap).** Slated to be rebuilt as a dynamic, model-driven workflow rather than a static checklist — keep the intent (a verdict per claim), generalize the mechanics. # Fact-Checker Verify technical, statistical, and attribution claims in a draft. **References**: - `references/claim-categories.md` — Claim types and verification methods - `references/report-format.md` — Report template and examples --- ## Verification Workflow ### Step 1: Extract Claims Scan the content and extract all verifiable claims: 1. **Technical claims** — Code, APIs, versions, tool capabilities 2. **Statistical claims** — Numbers, percentages, study references 3. **Attribution claims** — Quotes, sources, links See `references/claim-categories.md` for identification signals. ### Step 2: Prioritize Focus verification effort on high-impact claims: | Priority | Examples | |----------|----------| | **High** | Code readers will copy, statistics supporting arguments, named quotes | | **Medium** | Version numbers, tool comparisons | | **Low** | Hyperbolic rhetoric, subjective assessments | ### Step 3: Verify Each Claim **Technical claims:** ``` 1. Code snippets → Execute to verify they run 2. API behavior → Web search for official docs 3. Version claims → Check release notes ``` **Statistical claims:** ``` 1. Find original source via web search 2. Verify the number matches 3. Check if data is current ``` **Attribution claims:** ``` 1. Web search for original quote/source 2. Verify link validity 3. Confirm attribution accuracy ``` ### Step 4: Flag for Human Review Mark claims that cannot be automatically verified: - Insider knowledge or personal anecdotes - Future predictions - Unpublished/internal data - Controversial interpretations ### Step 5: Generate Report Produce a structured report using the template in `references/report-format.md`. **Verdicts:** - **VERIFIED** — All claims check out - **ISSUES FOUND** — Corrections needed before publishing - **NEEDS HUMAN REVIEW** — Editor must decide on flagged items --- ## Quick Check vs Deep Verification | Scope | Use Case | Approach | |-------|----------|----------| | **Quick check** | Pre-publication review | This skill: scan, verify obvious claims, flag concerns | | **Deep verification** | Investigative piece, controversial topic | Delegate to a research subagent for extended verification | --- ## Code Verification For code blocks, attempt execution when possible: ```python # Run code in sandbox # Capture: success/failure, output, errors # Report: which blocks run, which fail ``` **Report format for code:** | Code Block | Location | Result | |------------|----------|--------| | API example | Section 2 | ✓ Runs | | Data pipeline | Section 4 | ✗ Error: missing import | --- ## Common Issues to Watch For | Issue | Detection | Recommendation | |-------|-----------|----------------| | Outdated package names | Package not found on pip/npm | Check current package name | | Deprecated API syntax | Code runs but with warnings | Update to current syntax | | Broken links | 404 or redirect to unrelated page | Find updated URL or remove | | Misattributed quotes | Original source says different | Correct attribution or rephrase | | Stale statistics | Data >2 years old | Find current data or note date | | AI-fabricated quotes | Quote sounds plausible but no source confirms wording | Verify against the literal source, not just URL/date | --- ## Output Format Always produce a report following the template in `references/report-format.md`. **Minimum report contents:** 1. Overall verdict (VERIFIED / ISSUES FOUND / NEEDS HUMAN REVIEW) 2. Summary of findings 3. List of claims checked with individual verdicts 4. Code execution results (if applicable) 5. Specific recommendations for fixes
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.