computation-reviewer

Verify numeric claims against linked Evidence entries in locked Artifacts.

64|15|Updated Aug 14, 2026
One-click install
npx skills add https://github.com/openJiuwen-ai/sciencediscovery --skill computation-reviewer-openjiuwen-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: computation-reviewer
Source: https://github.com/openJiuwen-ai/sciencediscovery/tree/main/skills/computation-reviewer
Command: npx skills add https://github.com/openJiuwen-ai/sciencediscovery --skill computation-reviewer-openjiuwen-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Research artifacts often contain numeric claims that drift from their underlying evidence, and manually cross-checking every value, unit, and statistical context is slow and error-prone. This Skill systematically compares one numeric claim against its linked Evidence Bundle entry and reports whether the evidence actually supports it. ## Core Features & Use Cases - Claim-to-Evidence Comparison: Checks value, unit, range, sample size, population, subgroup, endpoint, and statistical context of a claim against its [evN] Evidence alias. - Structured Finding Codes: Returns concrete COMPUTATION_* codes such as COMPUTATION_EVIDENCE_VALUE_MISMATCH, COMPUTATION_EVIDENCE_SCOPE_MISMATCH, COMPUTATION_EVIDENCE_INTERPRETATION_OVERREACH, or COMPUTATION_EVIDENCE_INSUFFICIENT. - Bounded Review Scope: Reviews exactly one claim per run on a locked Artifact, returning INCONCLUSIVE when evidence lacks context rather than misreporting it as a value mismatch. - Use Case: In a Deep research pipeline, before citation source verification, run this review on a claim like "treatment reduced mortality by 23% [ev3]" to confirm the Evidence Bundle entry actually reports that figure for the same population and endpoint. ## Quick Start Review the numeric claim marked with [ev3] in the locked Artifact against its Evidence Bundle entry and return the structured computation finding.

Frequently Asked Questions about computation-reviewer

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

FAQPage Schema
How do I verify a numeric claim against its evidence in a research artifact?▼

Run the review on the locked Artifact with its Evidence Bundle, supplying one claim that contains a number and an [evN] alias in the same sentence or table cell. The review compares value, unit, and statistical context and returns a structured finding code.

What does the computation review check in each claim?▼

It compares value, unit, range, sample size, population, subgroup, endpoint, and statistical context between the claim and the linked Evidence entry. It distinguishes exact support, value or unit contradiction, scope mismatch, interpretation overreach, and insufficient evidence.

When does the review return INCONCLUSIVE instead of a mismatch?▼

It returns INCONCLUSIVE when the Evidence excerpt does not contain enough context to judge the claim. Insufficient content is never reported as a value mismatch, since absence of context is not evidence of contradiction.

Can the computation reviewer recompute statistics or fix the Artifact?▼

No. The review does not recompute results, execute code, modify Artifacts, or create other agents. It only compares the claim against the supplied Evidence and returns a structured finding with a concise reason.

What are the limitations of evidence-based numeric claim review?▼

The review handles exactly one claim per run and requires the claim to carry an [evN] alias alongside the number. Topical similarity between claim and evidence is not treated as numeric support, so loosely related evidence yields a mismatch or INCONCLUSIVE result.