claim-verify

Verify data-backed claims from markdown documents against datasets.

150|19|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/gaasher/Agent-Loop-Skills --skill claim-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claim-verify
Source: https://github.com/gaasher/Agent-Loop-Skills/tree/main/loops/claim-verify
Command: npx skills add https://github.com/gaasher/Agent-Loop-Skills --skill claim-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of verifying data-backed claims by conducting adversarial checks against a dataset, ensuring the accuracy and robustness of findings before publication.

Core Features & Use Cases

  • Adversarial Verification: Checks each claim against potential threats like outliers, confounds, and subgroup sizes.
  • Draft Revision: Automates the revision of claims based on verification results, ensuring all claims are reproducible and survive stress tests.
  • Use Case: Ideal for researchers and analysts who need to validate findings from a dataset before publication, reducing the risk of misinterpretation or error.

Quick Start

Use the claim-verify skill to verify all claims in the 'results_draft.md' document against the 'trial_data.csv' dataset.

Frequently Asked Questions about claim-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify data-backed claims in a markdown document before publication?

To verify data-backed claims, you can run adversarial checks against your dataset to test for outliers, confounds, and subgroup sizes. This process ensures your research findings are reproducible and survive stress tests prior to publication.

What is adversarial data verification for research validation?

Adversarial data verification is the process of checking each claim against potential threats like outliers and confounds within a dataset. It ensures the accuracy and robustness of research findings by confirming claims survive stress tests.

How do I automate claim verification against a CSV dataset using Python?

You can automate claim verification by running a Python script that extracts claims from a markdown draft and checks them against a CSV dataset. The tool outputs a verified draft with revisions based on the adversarial checking results.

Do I need Python 3.9 to run adversarial checks on research data?

Yes, you need Python 3.9 or higher installed to run the adversarial checks on your research data. The verification scripts depend on this specific Python environment to process the markdown claims and CSV dataset.

What types of statistical threats does adversarial claim checking test for?

Adversarial claim checking tests for potential threats like outliers, confounds, and subgroup sizes within the dataset. This validates data accuracy and reduces the risk of misinterpretation before publication.

How are verified claims recorded after stress testing a dataset?

Verified claims are recorded in an automated draft revision. The tool updates the original markdown document based on the verification results, ensuring all claims are reproducible and have survived the adversarial stress tests.