nejm-reporting

GitHub

用于为NEJM投稿的临床研究匹配正确的EQUATOR报告规范(如CONSORT、STROBE、PRISMA),生成对应检查表及流程图,确保RCT包含参与者流向图,并核对数据一致性以符合期刊要求。

NEJM-Skills/skills/nejm-reporting/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

临床研究报告需匹配正确规范 RCT缺少参与者流向图 审稿人要求提供带页码的检查表 观察性或系统综述需合规

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill nejm-reporting -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/NEJM-Skills/skills/nejm-reporting -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@nejm-reporting

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill nejm-reporting -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "nejm-reporting",
    "description": "Use to select and enforce the correct EQUATOR reporting guideline for a clinical study headed to NEJM — 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 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.

Running the checklist so it survives revision

Treat the completed checklist as a living index, not a one-time export:

  • Fill each item with a page + line reference plus a short quote that re-locates the item after re-pagination.
  • Mark "not applicable" only with a one-line justification; silent N/A rows read as unread items.
  • Re-run the page/line pass after every revision round; one author owns the checklist.

Worked micro-example — one checklist row (before → after)

  • Before (too thin): Item 8a — Sequence generation: "Methods"
  • After: Item 8a — Sequence generation: p. 6, lines 112–115 — "randomization was performed centrally in permuted blocks, stratified by site"

Reconciliation arithmetic (do it on paper)

Force the sums across the four stages: assessed − excluded = randomized; randomized = the sum of the arms; each arm's allocated n − (lost + discontinued) traces to the analyzed n with every exclusion named, then check the same numbers against Table 1 headers and primary-outcome denominators. Fictional example: 1042 assessed − 562 excluded = 480 randomized = 241 + 239; if Table 1 shows 240 + 239, the missing participant must be explained in the diagram.

Operating pass for New England Journal of Medicine

Use this as a second-pass capability check. First lock the clinical question, population, endpoint, effect size, safety signal, and practice implication; then test whether the manuscript addresses clinical-medicine reviewers who expect practice-changing evidence, patient relevance, safety, and exact reporting discipline.

  • Primary move: Return a claim-evidence-risk ledger; every recommendation must point to a manuscript location or missing artifact.
  • Decision ledger: return claim / evidence / blocker / next edit rows so the next pass can patch the manuscript directly.
  • Neighbor test: compare against JAMA for broad clinical medicine, Lancet for global-health/public-health reach, specialty journals for narrower disease domains; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.
  • Verification floor: before submission-ready advice, re-open resources/official-source-map.md for volatile rules and name the one unresolved fact that could change the recommendation.

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.

Version History

  • 1839142 Current 2026-07-05 14:05

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
a45a36e1
Indexed
2026-07-05 14:05

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-31 01:41
浙ICP备14020137号-1 $Carte des visiteurs$