
Scienceclaw Verification
- 16 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
scienceclaw-verification is a Claude skill that verifies scientific claims by decomposing them into sub-claims, searching for evidence, and assigning evidence-based verdicts.
About
This skill verifies scientific claims, checks calculations, validates experimental designs, and fact-checks citations. A developer or researcher uses it to run structured adversarial review over a manuscript or report. It decomposes claims into atomic sub-claims, searches for evidence, and assigns verdicts with a confidence level.
- Four-stage verification: claim decomposition, evidence search, assessment, verdict synthesis
- Six-verdict rubric including CONTRADICTED, MISLEADING and CALCULATION ERROR
- Statistical checks (GRIM, SPRITE, p-value, effect-size) plus discipline-specific criteria
Scienceclaw Verification by the numbers
- 16 all-time installs (skills.sh)
- Ranked #1,467 of 2,155 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
scienceclaw-verification capabilities & compatibility
- Capabilities
- code review · testing
- Use cases
- research · code review
- Pricing
- Free
What scienceclaw-verification says it does
Verify scientific claims, check calculations, validate experimental designs, and fact-check citations with structured, evidence-based assessment workflows.
Every verification task passes through four stages: Claim Decomposition, Evidence Search, Assessment, and Verdict Synthesis.
Conducting adversarial review of a manuscript or research report
npx skills add https://github.com/beita6969/scienceclaw --skill scienceclaw-verificationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Fact-check and adversarially review a scientific manuscript, validating its statistics, citations and experimental design.
Who is it for?
Checking whether a scientific claim is supported by its cited evidence and validating reported statistics.
Skip if: Generating new research content or answering general science questions (it defers to scienceclaw-generation and scienceclaw-qa).
When should I use this skill?
Checking a claim against evidence, validating statistical analyses, verifying reproducibility, or fact-checking references.
What you get
A verification report with per-sub-claim verdicts, an overall verdict with confidence, an error catalog, and correction recommendations.
- verification report
- per-sub-claim verdicts
- error catalog
By the numbers
- four-stage verification workflow
- six-verdict assessment rubric
Files
scienceclaw-verification
Verify scientific claims, check calculations, validate experimental designs, and fact-check citations with structured, evidence-based assessment workflows.
When to Use
- Checking whether a specific scientific claim is supported by cited evidence
- Validating statistical analyses, p-values, effect sizes, or confidence intervals
- Verifying that experimental designs are sound and controls are adequate
- Fact-checking references to confirm they exist and support the claims attributed to them
- Conducting adversarial review of a manuscript or research report
- Assessing reproducibility based on reported methods and data availability
- Cross-checking numerical results against raw data or supplementary materials
When NOT to Use
- Generating new research content, hypotheses, or manuscripts -- use
scienceclaw-generation - Answering general scientific questions -- use
scienceclaw-qa - Summarizing papers or findings -- use
scienceclaw-summarization - Retrieving papers or building bibliographies -- use
scienceclaw-retrieval - Extracting structured information from papers -- use
scienceclaw-ie
Verification Workflow
Every verification task passes through four stages: Claim Decomposition, Evidence Search, Assessment, and Verdict Synthesis.
Stage 1: Claim Decomposition
Break the target claim into atomic, independently verifiable sub-claims. For each, identify the core assertion, extract quantitative components (numbers, thresholds, comparisons), note causal vs. correlational language, list cited evidence, and record scope qualifiers.
Stage 2: Evidence Search
For each sub-claim: check whether the cited reference actually contains the claimed information, seek independent corroboration from other sources, verify raw data if available, review methodology for sufficient detail, and check whether others have replicated the finding. Use scienceclaw-retrieval to locate papers and scienceclaw-ie to extract specific data points.
Stage 3: Assessment
Assign one of the following verdicts to each sub-claim:
| Verdict | Definition |
|---|---|
| SUPPORTED | Evidence directly and clearly supports the claim |
| PARTIALLY SUPPORTED | Evidence supports the claim with caveats or qualifications |
| UNVERIFIABLE | Insufficient evidence available to confirm or deny |
| CONTRADICTED | Evidence directly contradicts the claim |
| MISLEADING | Claim is technically true but presented in a deceptive context |
| CALCULATION ERROR | Numerical result does not match when recomputed from available data |
Stage 4: Verdict Synthesis
Combine sub-claim assessments into an overall verdict with confidence level (high/medium/low), an evidence summary citing key supporting and contradicting sources, an error catalog categorized by severity, and recommendations for corrections or further verification.
Statistical Checking Patterns
Common statistical errors to check: p-value misinterpretation, unreported multiple comparison corrections (Bonferroni, FDR), underpowered studies claiming null results, missing effect sizes, confidence interval inconsistencies with reported estimates, incorrect degrees of freedom, violated distribution assumptions, and unacknowledged baseline imbalances in randomized trials.
Numerical consistency checks: verify table percentages sum correctly, confirm sub-analysis sample sizes are consistent with total N, validate that means and SDs are plausible for the measurement scale, ensure figures match text, and recompute derived statistics (odds ratios, hazard ratios) from raw counts when available. Apply GRIM tests (means possible given integer data and sample size) and SPRITE tests (summary stats consistent with plausible distributions).
Adversarial Review Protocol
- Methodology: study design appropriateness, inclusion/exclusion criteria, control adequacy, randomization/blinding, confounder identification, measurement instrument validation
- Results: numerical consistency, effect size reporting, negative result inclusion, figure accuracy, outlier handling transparency
- Citations: reference existence verification (DOI check), claim-attribution accuracy, contrary findings acknowledgment, self-citation proportion
- Logic: conclusion-evidence alignment, generalization scope, alternative explanations, causal language justification
Discipline-Specific Verification Criteria
- Biomedical: CONSORT/STROBE/PRISMA compliance, trial registration verification, IRB approval, conflict of interest disclosure, dose-response plausibility
- Machine Learning: benchmark version/split verification, hyperparameter tuning leakage, baseline comparison fairness, ablation completeness, reproducibility artifact availability
- Physics: unit consistency, dimensional analysis, order-of-magnitude plausibility, conservation law compliance, uncertainty propagation, calibration documentation
- Social Sciences: pre-registration verification (OSF), power analysis adequacy, effect size comparison with meta-analyses, demand characteristics controls, replication status of foundational claims
Output Format
Verification Report
===================
Claim: [Original claim text]
Source: [Paper/report reference]
Date Verified: [Date]
Decomposed Sub-Claims:
1. [Sub-claim] -- [VERDICT] -- [Brief justification]
2. [Sub-claim] -- [VERDICT] -- [Brief justification]
Overall Verdict: [SUPPORTED | PARTIALLY SUPPORTED | UNVERIFIABLE | CONTRADICTED]
Confidence: [HIGH | MEDIUM | LOW]
Evidence Summary:
Supporting: [Key supporting evidence with citations]
Contradicting: [Key contradicting evidence with citations]
Errors Found:
[Severity: CRITICAL | MAJOR | MINOR] -- [Description]
Recommendations:
- [Suggested action items]Zero-Hallucination Rule
ALL factual claims, citations, database results, and scientific data presented to the user MUST come from actual tool results (API calls, code execution, web search) in this conversation. NEVER fabricate or "fill in" details from training data. If a tool returns no results or partial data, report exactly what happened.
Related skills
FAQ
What verdicts can this skill assign to a claim?
SUPPORTED, PARTIALLY SUPPORTED, UNVERIFIABLE, CONTRADICTED, MISLEADING, and CALCULATION ERROR.
Does it generate new research content?
No. It defers content generation to scienceclaw-generation and general QA to scienceclaw-qa.