New to Claude Skills? Learn how to install them →

yuan1z0825 on GitHub

Nature Statistics Reporting

Free

Enhance manuscript statistics for high-impact journal submissions.

Get this skill

Free · Opens the source repo

What Nature Statistics Reporting does

The Nature Statistics Reporting skill is designed to assist researchers and authors in preparing their manuscript's statistical sections for submission to high-impact journals like Nature. This skill focuses on ensuring that statistical analyses are transparent and reproducible, which is critical for meeting the rigorous standards of academic publishing. It provides a structured approach to auditing, revising, or drafting statistical reporting, ensuring that all necessary components are addressed without making unsupported claims or assumptions.

This skill operates by guiding users through a defined workflow that includes classifying the task, extracting the study design, and checking for common statistical issues. It emphasizes the importance of defining independent experimental units and ensuring that the statistical reporting is complete and adheres to specific journal requirements. Users can input various types of content, including statistical analysis sections, results paragraphs, figure legends, and reviewer comments, making it versatile for different stages of manuscript preparation.

The skill is particularly useful for researchers who may not have extensive statistical training but need to ensure their work meets publication standards. By prioritizing clarity and transparency, it helps users articulate their statistical methods and results effectively, which can enhance the credibility of their research. Additionally, it provides a conservative drafting capability, allowing users to generate ready-to-paste text that aligns with the supplied evidence.

However, it is important to note that this skill does not replace the need for a statistician to reanalyze raw data. Instead, it focuses on the reporting aspect, making it an ideal tool for those looking to refine their manuscript's statistical content without delving into raw data analysis.

When to use it

Use this skill when preparing statistical sections of manuscripts for high-impact journals or when responding to reviewer comments about statistical analyses.

When not to use it

This skill is not suitable for performing raw data analysis or when detailed statistical computations are needed without the input of data.

What you can build with it

Preparing a Manuscript for Submission

Use this skill to audit and revise the statistical sections of your manuscript before submitting to a high-impact journal.

Responding to Reviewer Comments

Utilize the skill to address specific reviewer comments related to statistical analyses, ensuring clarity and compliance with journal standards.

Drafting Statistical Reports

Leverage the skill to draft statistical analysis text that is ready for inclusion in your research paper, enhancing transparency and reproducibility.

How to install Nature Statistics Reporting

View source

1. Install with the skills CLI

npx skills add yuan1z0825/nature-skills/nature-statistics --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by yuan1z0825

Nature Statistics Reporting Skill

Use this skill to make manuscript statistics transparent, reproducible, and appropriately bounded. It is a reporting and review skill, not a substitute for a statistician reanalysing raw data unless the user supplies the data and explicitly asks for computation.

Default stance

  • Prioritize design transparency over decorative statistical language.
  • Separate three questions: what was measured, what unit was analysed, and what inference was claimed.
  • Treat the independent experimental unit as the default n; do not silently treat cells, fields of view, repeated readings, spectra, model runs, or technical replicates as independent biological or experimental samples.
  • Prefer effect sizes, uncertainty intervals, sample sizes, and exact test definitions over significance-only phrasing.
  • State missing information as AUTHOR_INPUT_NEEDED instead of inventing sample sizes, tests, software, corrections, exclusion rules, randomization, or blinding.
  • If a journal-specific instruction, study-type guideline, or field standard conflicts with this skill, follow the more specific source and mark the source used.

Accepted inputs

The skill may receive:

  • a Statistical analysis / Methods subsection
  • Results paragraphs containing test statistics or p values
  • figure panels, legends, captions, or source-data notes
  • reviewer comments about statistics
  • author notes in Chinese or English
  • tables of reported comparisons
  • raw or summary data, only when the user wants a concrete reanalysis or figure-statistics check

If the input is partial, run a bounded audit and state which parts cannot be assessed.

Workflow

  1. Classify the task. Decide whether the user wants audit, rewrite, draft, reviewer-response support, figure-statistics alignment, or data-backed reanalysis.
  2. Extract the design. Identify groups, treatments, time points, endpoints, blocking factors, repeated measures, randomization, blinding, exclusions, and missing-data handling.
  3. Define n and replication. Separate independent experimental units, biological replicates, technical replicates, repeated measures, cells/fields/subsamples, simulations, and pooled observations.
  4. Map claims to analyses. For each result claim, record the comparison/model, test family, assumptions, correction strategy, effect estimate, uncertainty, and exact p-value policy.
  5. Check common failure modes. Use references/common-failure-modes.md when the text involves nested data, many comparisons, cell-level measurements, interaction claims, correlations, regression, outliers, small samples, or significance-only reasoning.
  6. Check reporting completeness. Use references/statistical-reporting.md to verify that Methods and Results give enough information for readers and reviewers to understand the analysis. If the target is the flagship journal Nature, also use references/nature-article-requirements.md for its exact tail, n, repeat, P-value, test-statistic and degrees-of-freedom requirements.
  7. Align figure statistics. Use references/figure-statistics.md when figure legends, panel labels, stars, error bars, box plots, violin plots, source data, or supplementary figure notes are involved.
  8. Draft or revise. Produce conservative, ready-to-paste text. Keep claims within the supplied design and evidence. Do not upgrade statistical association into mechanism or causality.
  9. Run final QA. Use references/reviewer-checklist.md before final delivery for severity labels, unresolved author questions, and reviewer-facing risk.

Output format

Unless the user asks for another format, return:

Statistics review scope
- Input reviewed:
- Boundary / missing materials:
- Study design readout:
- Independent unit and replication readout:

Major statistical issues
- [P0/P1/P2] Issue:
  Evidence from supplied text:
  Why it matters:
  Fix:

Ready-to-paste revision
[Rewritten Statistical analysis / Results / figure legend text]

AUTHOR_INPUT_NEEDED
- [short factual questions only]

Reviewer-risk note
- What a statistical reviewer may still challenge:

For a clean drafting request with enough information, skip the long issue list and return:

Draft Statistical analysis
[ready-to-paste text]

Reporting notes
- n definition:
- tests/models:
- multiple comparisons:
- software/version:
- unresolved fields:

Red lines

  • Do not invent p values, sample sizes, degrees of freedom, confidence intervals, software versions, correction methods, preregistration, exclusion rules, or power calculations.
  • Do not recommend a statistical test as final when the unit of analysis or design is unclear.
  • Do not accept n = number of cells/images/measurements as independent replication without checking the experimental hierarchy.
  • Do not use “significant” as a synonym for important, large, causal, or biologically meaningful.
  • Do not hide non-significant or weak results by rewriting them into stronger claims.
  • Do not give medical, regulatory, or clinical-trial statistical advice beyond reporting checks unless the user provides the relevant protocol and asks for bounded manuscript wording.

Related files

FileOpen when
references/source-basis.mdYou need the source hierarchy or want to justify why the skill emphasizes transparency, reproducibility, and design reporting
references/nature-article-requirements.mdThe target is the flagship journal Nature or the user requests its exact statistical submission checklist
references/statistical-reporting.mdYou are drafting or auditing Statistical analysis, Methods, Results, or Supplementary Methods text
references/common-failure-modes.mdYou see nested measurements, many comparisons, interaction claims, correlation/regression, outliers, tiny samples, or overstrong p-value language
references/figure-statistics.mdYou are checking figure legends, panel statistics, error bars, stars, box/violin plots, source-data notes, or graphical reporting
references/reviewer-checklist.mdYou are finalizing an audit or preparing a reviewer-facing risk summary
../nature-shared/core/consistency-sweep.mdThe same statistic appears in more than one place, or interval terminology is in question: one metric at two precisions across table and text, SD/Std abbreviation drift, confidence interval used where prediction interval is meant, or overlapping error bars described as outperformance

Source hierarchy

Use sources in this order:

  1. User-supplied manuscript, data, protocol, statistical analysis plan, reviewer comments, and journal instructions.
  2. Nature Portfolio reporting standards and reporting-summary requirements.
  3. Nature Methods / Nature Portfolio statistics guidance summarized in references/source-basis.md.
  4. Study-type reporting guidelines where relevant, for example CONSORT, STROBE, PRISMA, ARRIVE, or field-specific community standards.
  5. Conservative statistical reporting practice.

If the supplied material is insufficient for a defensible statistical recommendation, ask for the missing design facts or provide a bounded wording option rather than guessing.

Frequently asked questions about Nature Statistics Reporting

Similar skills