statistical-reporting

statistical-reporting is a skill for Claude Code from muhammad1438/academic-writer-skills. It costs 0 tokens per session (4,013 once invoked), scanned A, original, MIT.

A guide for writing statistical results so readers can check what was analysed, how strong the evidence is, and what the numbers mean. It covers styles such as APA 7th, common in psychology and education, and reporting standards for medical and other research.

In plain words
What is it for?
Use it to write or check results sections, report tests and effect sizes, describe power analyses, interpret Bayesian factors, and align research reports with guidelines such as CONSORT, STROBE, PRISMA, or ARRIVE.
Why use it?
It helps prevent incomplete or unclear reporting, such as missing effect sizes, confidence intervals, power analyses, or the meaning of Bayesian factors.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the academic-writer plugin — 27 skills shipped together

Good fit Use it to write or check results sections, report tests and effect sizes, describe power analyses, interpret Bayesian factors, and align research reports with guidelines such as CONSORT, STROBE, PRISMA, or ARRIVE.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/muhammad1438/academic-writer-skills/statistical-reporting
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add muhammad1438/academic-writer-skills --skill statistical-reporting
Clone the repo
git clone --depth 1 https://github.com/muhammad1438/academic-writer-skills

Made for: Claude Code.

Or install academic-writer, the plugin that ships this one along with the rest of its 27 skills.

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 statistical-reporting

README.md
[![agentmods](https://agentmods.dev/badge/skills/muhammad1438/academic-writer-skills/statistical-reporting/github.svg)](https://agentmods.dev/skills/muhammad1438/academic-writer-skills/statistical-reporting)
Your own site
<a href="https://agentmods.dev/skills/muhammad1438/academic-writer-skills/statistical-reporting"><img src="https://agentmods.dev/badge/skills/muhammad1438/academic-writer-skills/statistical-reporting/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 statistical-reporting

Your own site · 80×15
<a href="https://agentmods.dev/skills/muhammad1438/academic-writer-skills/statistical-reporting"><img src="https://agentmods.dev/badge/skills/muhammad1438/academic-writer-skills/statistical-reporting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,013 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.
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.00000 $0.04013
Opus 5 $0.00000 $0.02006
Sonnet 5 $0.00000 $0.00803
Haiku 4.5 $0.00000 $0.00401

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

Security

Grade A, and why

statistical-reporting 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 10d ago.

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/statistical-reporting/SKILL.md · 350 lines

How it starts

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

Statistical Reporting

Statistical reporting translates numbers into verifiable, interpretable scientific communication. The goal is completeness: every reader must be able to evaluate the strength of evidence and reproduce the analysis from your description alone.


Choosing a Reporting Style

Discipline Primary Style Key Standard
Psychology, Education APA 7th Publication Manual Chapter 7
Medicine, Clinical APA 7th or Vancouver CONSORT, STROBE
Biology, Ecology APA or CSE ARRIVE (animal), STROBE (observational)
Epidemiology, Public Health STROBE / APA hybrid Confidence intervals mandatory
Systematic reviews / Meta-analyses APA + PRISMA PRISMA 2020
Engineering, Computer Science IEEE Varies by journal

Rule: APA 7th is the default for behavioral and social sciences. Always check the target journal's author guidelines — many override style with their own statistical reporting requirements.


Exact Format Templates (APA 7th)

t-Test

Independent samples:

t(df) = X.XX, p = .XXX, d = X.XX, 95% CI [X.XX, X.XX]

Example: t(58) = 2.34, p = .023, d = 0.61, 95% CI [0.09, 1.12]

Paired samples / dependent:

t(df) = X.XX, p = .XXX, d = X.XX

Example: t(29) = −3.12, p = .004, d = −0.57

One-sample:

t(df) = X.XX, p = .XXX, d = X.XX (comparison to μ = XX)

Formatting rules:

  • Italicise the statistic letter: t, F, r, p, M, SD
  • Report exact p values (not p < .05), except when p < .001 — then write p < .001
  • Use a leading zero before decimals only when the value can exceed 1: M = 3.45, but p = .034 (not p = 0.034)
  • Use two decimal places for most statistics; three for p values and correlations

ANOVA (One-Way and Factorial)

One-way:

F(df_between, df_within) = X.XX, p = .XXX, η² = .XX

Example: F(2, 87) = 7.43, p = .001, η² = .15

Factorial:

Main effect of A: F(df_A, df_error) = X.XX, p = .XXX, ηₚ² = .XX
Main effect of B: F(df_B, df_error) = X.XX, p = .XXX, ηₚ² = .XX
A × B interaction: F(df_AB, df_error) = X.XX, p = .XXX, ηₚ² = .XX

Read the full file on GitHub · 350 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. 10d ago First seen · 350 lines · 0 tokens per session scan A d0fa45f6984a

Subscribe to this mod's changes

statistical-reporting is a skill published in the GitHub repository muhammad1438/academic-writer-skills (6 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,013 tokens. 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-31.

Related

Other skills, from other repositories

thesis-control

Use when AI-assisted thesis or manuscript edits risk claim drift, scope creep, loss of intended use, experiment-role promotion, or repeated revisions that fail to converge; provides author-intent control, lightweight or strict contracts, drift audits, revision escalation, and human gates.

yha9806/academic-writing-toolkit · 57 tokens

manuscript-reframe

Reframe report-like academic drafts into paper-form scientific arguments while preserving or explicitly renegotiating author intent; requires an approved old-versus-proposed spine, evidence and argument baselines, analysis-role control, and post-edit drift review.

yha9806/academic-writing-toolkit · 53 tokens

argument-governance

Build and audit the manuscript or research-project argument system across intended use, gaps, claims, data, results, experiment roles, contributions, innovation evidence, limitations, and contribution focus. Use when a paper, thesis chapter, review article, or research project needs an explicit argument map…

yha9806/academic-writing-toolkit · 143 tokens

audit

Check thesis chapters for consistency before submission — contradictory numbers, terminology drift, and broken cross-references.

yha9806/academic-writing-toolkit · 22 tokens

release-governance

Use when preparing, auditing, releasing, PDF-hardening, or rebuttal-hardening academic manuscripts, datasets, artifacts, reviewer packets, or claim registers involving multiple refs, local assets, human labels, agent-assisted drafts, wide tables, figure provenance, submission PDFs, or evidence-boundary checks.

yha9806/academic-writing-toolkit · 64 tokens

self-review

Review the user's own manuscript, paper, thesis chapter, rebuttal, or release packet with clean-room anti-contamination controls and, when needed, an unfamiliar-reader comprehension gate. Use for internal review, readiness checks, reviewer simulation, or claim-evidence self-audit where prior chat memory and unstated…

yha9806/academic-writing-toolkit · 69 tokens