result-to-claim

Evaluate experimental results against intended claims and route next actions.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/xqinag/ARIS-new --skill result-to-claim-xqinag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: result-to-claim
Source: https://github.com/xqinag/ARIS-new/tree/main/skills/result-to-claim
Command: npx skills add https://github.com/xqinag/ARIS-new --skill result-to-claim-xqinag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when experiments complete to judge what claims the results support, what they don't, and what evidence is still missing. Codex MCP evaluates results against intended claims and routes to next action (pivot, supplement, or confirm). Use after experiments finish — before writing the paper or running ablations.

Core Features & Use Cases

  • Codex evaluates results against intended claims and routes to next action (pivot, supplement, or confirm).
  • Collect results from available sources (wandb, EXPERIMENT_LOG.md, EXPERIMENT_TRACKER.md, log files) and assemble the key information, including baselines and deltas.
  • Deterministic evidence pre-check to verify cited numbers exist before Codex evaluation, catching hallucinated evidence early.

Quick Start

After experiments finish, gather results from wandb histories, EXPERIMENT_LOG.md, EXPERIMENT_TRACKER.md, or logs, and run the gate to judge claims and route the next actions.

Frequently Asked Questions about result-to-claim

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

FAQPage Schema
How do I verify if my experimental results support intended research claims?

You can check if experimental results support intended claims by converging data from wandb histories and experiment logs, running a deterministic evidence pre-check, and producing a structured verdict for routing next actions.

How do I check experimental results against hypotheses before writing a paper?

You can check experimental results against hypotheses by converging data from wandb histories and experiment logs, running a deterministic evidence pre-check, and producing a structured verdict for routing next actions.

Can I use wandb histories and experiment logs to validate research claims?

Yes, you can validate research claims using wandb histories, EXPERIMENT_LOG.md, and EXPERIMENT_TRACKER.md by assembling key baselines and deltas into a claims.json file before evaluation.

Does Codex evaluation catch hallucinated evidence in experimental results?

Codex evaluation is preceded by a deterministic evidence pre-check that verifies cited numbers exist in your experimental results, catching hallucinated evidence early before the final claims evaluation.

What is the best way to route research actions after experiments finish?

The best way to route research actions after experiments finish is to evaluate results against intended claims to determine whether to pivot, supplement, or confirm, producing a structured verdict for guidance.

When should I run a claim verification gate on experimental data?

You should run a claim verification gate on experimental data after experiments finish but before writing the paper or running ablations, ensuring all cited numbers exist and claims are structurally supported.