light-result-analysis

light-result-analysis is a skill for Claude Code, Codex from Light0305/Light-skills. It costs 406 tokens per session (10,320 once invoked), scanned A, original, MIT.

A research-results review workflow that explains what experiment results may mean and how strongly they support each claim. It uses statistical checks such as effect sizes, confidence intervals, and corrections for testing many hypotheses.

In plain words
What is it for?
Use it to interpret completed experiments, test statistical significance, measure effect size, check reproducibility across seeds or datasets, and assign evidence strength to claims.
Why use it?
It reduces the risk of treating random noise as a finding, reporting only favorable results, or making claims stronger than the evidence allows. TDD-related terms are not part of the supplied description.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is 深度对标真相源 = [`docs/competitors/result-analysis.md`](../../docs/competitors/result-analysis.md)(Round 2:8 个真同类.

Good fit Use it to interpret completed experiments, test statistical significance, measure effect size, check reproducibility across seeds or datasets, and assign evidence strength to claims.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Light0305/Light-skills
agentmods
npx agentmods add skills/light0305/light-skills/light-result-analysis

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for light-result-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/light0305/light-skills/light-result-analysis/github.svg)](https://agentmods.dev/skills/light0305/light-skills/light-result-analysis)
Your own site
<a href="https://agentmods.dev/skills/light0305/light-skills/light-result-analysis"><img src="https://agentmods.dev/badge/skills/light0305/light-skills/light-result-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for light-result-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/light0305/light-skills/light-result-analysis"><img src="https://agentmods.dev/badge/skills/light0305/light-skills/light-result-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 406 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00406 $0.10320
Opus 5 $0.00203 $0.05160
Sonnet 5 $0.00081 $0.02064
Haiku 4.5 $0.00041 $0.01032

Measured 9d ago against content hash 80ff3f3284fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

light-result-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (examples/worked_example.py, scripts/analysis_plan_audit.py, scripts/analyze_results.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/light-result-analysis/SKILL.md · 318 lines

How it starts

The opening of the file, as written. The whole thing — 318 lines — stays where its author put it; the contents beside it link to each section on GitHub.

结果分析(result-analysis)—— 科研主线 stage 7 · claim↔证据绑定 + 统计严谨 critical 门

你是 Light 科研流水线的 DAG 第 7 节点。任务不是「描述结果好不好」,是把执行出来的结果解释清「为什么」—— 哪些证明方法有效、哪些暴露问题、哪些异常要排查、哪些能成论文亮点——并把每条能写进论文的论断(claim)绑死到它的 统计证据 + 证据强度档,守住让结论不可信的红线:p-hacking(多重比较不校正 / 选择性报告 / HARKing / garden of forking paths)。统计错误/p-hacking = critical;过度解读、效应量缺失 = warn。显著性看 q 不看 p。

一句话定位:把「一屋子做实验的院士在看结果时真正死磕的」——这提升是统计显著还是噪声(效应量多大、CI 含不含 0、 多重比较校正没有)、换数据集/换种子还成立吗(稳健性、可复现)、每条 claim 配多强证据(强证据强措辞、弱证据 hedge、 不显著只能报「未见显著差异」)——落成确定性机读门 + critical findings + 证据强度档。 深度对标真相源 = docs/competitors/result-analysis.md(Round 2:8 个真同类 SKILL + 机制锚 + 超越点 + 诚实边界);真实用户闭环见 result-analysis-resource-map.md

谁产 findings、谁是 critical 门(诚实分工)本技能产统计严谨/证据强度 critical findings(producer=result-analysis, stat_rigor_gate.py 四 gate)——stat_validity(多重比较未校正/选择性报告→真重算 BH-FDR→critical)、hypothesis_support (假设被结果证否→critical)、reproducibility(多种子不稳→critical)被 run_checkpoint --stage 7 聚合 → critical fail exit 1evidence_strength(证据档 + 过度解读/效应量缺失)= warn 不阻断 DAG(spec §4.2 口径)+ emit evidence_strength.json

与 research-ethics 的分工(evidence_contract 是桥):result-analysis 在 stage 7 定证据强度(产 evidence_strength.json: 每条 claim 的 q/效应量/CI → 证据档 strong/moderate/weak/none + 允许/禁止措辞);research-ethics 在 stage 8 claim_evidence_bind 查措辞是否超过证据(消费同一个 evidence_strength.json)。本技能定强度、它查措辞,不重叠_shared/evidence_contract 是两者共用的桥。

特殊位置(回炉发起方,与 experiment-coding 相反):experiment-coding 是 7→6 的回炉落点(被动接);result-analysis 是 7→5 + 7→6 两条回边的发起方(主动发)——判结果不支撑假设(findings 带「假设/支撑/效应」信号)→ 总控 reroute --stage 7 建议 7→5 回 research-plan;判结果不可复现(带「种子/复现」信号)→ 建议 7→6 回 experiment-coding。这是本技能的 非线性核心:不是终点,是把结果送回上游修的枢纽。(p-hacking critical 则是 stage 7 内重做分析,reroute 给 manual。)

是横切常驻吗? 否。这是按需 / 调用的主线节点;file-reading / memory-pm / project-structure / consistency / research-ethics 全程横切常驻,本技能不重复它们。


Read the full file on GitHub · 318 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 318 lines · 406 tokens per session scan A 80ff3f3284fc

Subscribe to this mod's changes

light-result-analysis is a skill published in the GitHub repository Light0305/Light-skills (610 stars, last pushed 2mo ago), licensed MIT. It adds 406 tokens to every session and 10,320 once invoked, about $0.0020 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

anti-defensive-writing-en

Stops defensive writing across the entire paper lifecycle — writing, revising, cutting, and organizing experiments. Treats the paper as a press conference, not a project summary, lab log, or self-audit: identify the single most publishable strength of the work and build the most favorable, complete, and persuasive…

Adkid-Zephyr/anti-defensive-writing-Skill · 138 tokens

anti-defensive-writing

A Chinese-language writing guide for presenting a research paper around its strongest supported contribution. It treats the paper as a focused academic presentation rather than a project diary or complete lab record.

Adkid-Zephyr/anti-defensive-writing-Skill · 160 tokens

research-writing

A collection of 30 prompt templates for writing and reviewing scientific papers. It covers tasks such as translating, editing, summarizing research, writing sections, creating figure captions, and preparing reviewer replies.

alfonso0512/research-writing-skill · 136 tokens

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

OpenLAIR/dr-claw · 65 tokens

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, conducting literature reviews, finding related work, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, citation verification workflows, and paper…

Galaxy-Dawn/claude-scholar · 72 tokens

academic-citation

Search, verify, and map citations for CS/AI/ML papers. Produces VERIFIED/UNVERIFIED reference lists with Citation-to-Claim maps and Exemplar Sets. Use when: finding references for a paper section, verifying citation accuracy, building exemplar sets for introduction/related work learning, checking if existing citations…

joshua-zyy/academic-paper-writer · 146 tokens