Use to select and enforce the correct EQUATOR reporting guideline for a clinical study — CONSORT for RCTs (with the participant flow diagram), STROBE for observational, PRISMA for systematic reviews — and to build the required checklist and diagram before submission.
Scanned 6/6/2026
Install to Claude Code
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill nejm-reporting --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nejm Reporting?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/brycewang-stanford-nejm-reporting)More formats (shields.io, HTML) on the badges page.
---
name: nejm-reporting
description: Use to select and enforce the correct EQUATOR reporting guideline for a clinical study — CONSORT for RCTs (with the participant flow diagram), STROBE for observational, PRISMA for systematic reviews — and to build the required checklist and diagram before submission.
---
# Reporting Guidelines (nejm-reporting)
## When to trigger
- You must pick the reporting checklist that matches the study type.
- A trial write-up has no **CONSORT participant flow diagram**.
- A reviewer or editor will ask for a completed reporting checklist with page/line references.
- An observational study or systematic review needs STROBE / PRISMA compliance.
## Match the study type to the guideline (EQUATOR Network)
The [EQUATOR Network](https://www.equator-network.org/) indexes reporting guidelines by study type. The core ones NEJM cares about:
| Study type | Guideline | Required artifact(s) |
|-----------------------------------------|-----------|--------------------------------------------------------|
| Randomized controlled trial | **CONSORT** | 25-item checklist **+ participant flow diagram** |
| Observational (cohort/case-control/XS) | **STROBE** | 22-item checklist (often a flow/eligibility diagram) |
| Systematic review / meta-analysis | **PRISMA** | checklist **+ study-selection flow diagram** |
| Trial protocol | **SPIRIT** | protocol-reporting checklist |
| Case report | **CARE** | case-report checklist |
| Diagnostic accuracy study | **STARD** | checklist + flow diagram |
| Cluster / non-inferiority / pragmatic | CONSORT **extension** | the relevant CONSORT extension |
> Match the extension, not just the base guideline: a cluster-randomized or non-inferiority trial uses the corresponding CONSORT extension.
## The CONSORT participant flow diagram (mandatory for RCTs)
For an RCT, the flow diagram is not optional. It traces participants through four stages:
1. **Enrollment** — assessed for eligibility; excluded (with reasons); randomized.
2. **Allocation** — allocated to each arm; received allocated intervention or not.
3. **Follow-up** — lost to follow-up and discontinued (with reasons), per arm.
4. **Analysis** — analyzed; excluded from analysis (with reasons), per arm.
Numbers must reconcile with Table 1, the analysis populations, and the text. Mismatched denominators across the flow diagram, Table 1, and results are a frequent reviewer catch.
## What to deliver for each study type
- **RCT** → completed CONSORT checklist (item → page/line), the flow diagram, and confirmation that registration number, protocol, and SAP are present (see `nejm-study-design`).
- **Observational** → completed STROBE checklist; define cohort entry, follow-up, and how confounders were handled.
- **SR/MA** → completed PRISMA checklist, the selection flow diagram, the search strategy, and (ideally) a PROSPERO registration number.
## Output format
```
【Study type】 ...
【Guideline + extension】 CONSORT (+ cluster/non-inferiority?) / STROBE / PRISMA / SPIRIT / CARE / STARD
【Required diagram】 CONSORT flow / PRISMA selection / STROBE eligibility — present? yes/no
【Checklist status】 completed with page/line refs? yes/no — gaps: [...]
【Number reconciliation】 flow diagram ↔ Table 1 ↔ analysis populations consistent? yes/no
【Next】 nejm-writing
```
## Anti-patterns
- **Do not** submit an RCT without a CONSORT participant flow diagram.
- **Do not** use the base CONSORT checklist for a cluster or non-inferiority trial — use the extension.
- **Do not** let the flow-diagram denominators disagree with Table 1 or the analysis populations.
- **Do not** treat the checklist as paperwork — reviewers verify items against the actual text.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!