# Scientific Claim Audit

> Evaluate whether a specific scientific claim or scientific-validity objection is supported by controlling derivation, data, code, figure, manuscript context, or cited-source evidence, and return its support status, scope, and unresolved gaps. Use for claim-validity review, citation-support checks, and claim-level inconsistencies across scientific artifacts. Do not use merely because content is scientific, or for explanation, copyediting, style or notation review, literature discovery, response drafting, or faithful format transfer.

- Skill: `agentic-tend/scientific-claim-audit` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add agentic-tend/scientific-claim-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-tend/scientific-claim-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- License: MIT. Adapted from texra-ai; see LICENSE.txt.
- Author: agentic-tend (https://skillmd.com/u/agentic-tend)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-tend/scientific-claim-audit

---

# Scientific Claim Audit

Determine what the evidence supports before prose or delivery choices obscure the scientific boundary.

## Establish the claim boundary

1. Identify the exact claim or scientific objection, its current artifact and version, and the requested validity judgment.
2. Derive only the evidence closure needed to distinguish the live alternatives:

   ```text
   claim -> scope and conditions -> controlling evidence -> support status -> support boundary
   ```
3. Inspect controlling evidence rather than trusting summaries, nearby citations, successful builds, or prior reviewer agreement. Do not require a full-artifact pass when a smaller closure decides the claim, and do not stop locally when a definition, appendix, generated artifact, or cited source controls validity.

## Select the evidence port

- For a derivation, proof, or analytic argument, read [formal evidence](references/formal-evidence.md).
- For a numerical result, benchmark, convergence statement, or figure backed by data or code, read [computational evidence](references/computational-evidence.md).
- For a supplied citation, inspect the primary source that contains the relevant result. When finding, comparing, or synthesizing a literature corpus is itself required, compose `$scientific-literature-evidence` rather than expanding this audit into a general search workflow.

## Judge support

- Classify the claim as verified, contradicted, inference, proposal, unresolved, or dependent on author confirmation according to its actual validity source.
- Preserve every scope condition that could change the judgment. Depending on the field, this may include definitions and assumptions, system or sample, protocol, parameter regime, observable or endpoint, uncertainty, finite-size or convergence limits, and the alternatives actually compared.
- Separate a missing explanation from a scientific error, local evidence from extrapolation, and absence of evidence from evidence of absence.
- Controlling evidence determines what is supportable. The author owns unresolved interpretation or scope choices; confidence and consensus do not replace that authority.

## Return the support boundary

- Lead with the smallest set of judgment-changing findings. For each, give an exact pointer, support status, why it matters, and the strongest supportable claim or unresolved gap.
- When no material problem is found, state what was checked and what remains untested.
- Return scientific meaning to `$structure-documentation` when durable wording is requested. Route comments, LaTeX, figures, presentations, compilation, and rendering through the repository's build instructions and current artifact tools.
- Stop when each claim in scope is supported, bounded, contradicted, or explicitly unresolved. A passing build, converged optimizer, or agent agreement validates the predicate it directly tests.

