Audit a medical manuscript against 32 EQUATOR reporting guidelines (STROBE, CONSORT, STARD, PRISMA, TRIPOD+AI, CLAIM, and risk-of-bias tools) — item-by-item PRESENT / PARTIAL / MISSING.
check-reporting is one skill from MedSci Skills, a physician-built suite
for the medical research lifecycle. This repository is a focused, standalone mirror of
that one skill so you can install just this capability.
Check manuscript compliance with medical research reporting guidelines.
As a Claude Code plugin (one line):
/plugin marketplace add Aperivue/check-reporting
/plugin install check-reporting@check-reporting
Then invoke it with /check-reporting:check-reporting.
Or copy the skill directly:
git clone https://github.com/Aperivue/check-reporting.git
mkdir -p ~/.claude/skills
cp -r check-reporting/skills/check-reporting ~/.claude/skills/Restart your agent, then use /check-reporting. The installer also supports Codex/Cursor:
python3 installers/install.py --target all.
See skills/check-reporting/SKILL.md for the full workflow and the
bundled deterministic script under skills/check-reporting/scripts/.
This is one of 40+ skills covering literature search, study design, statistics, figures, IMRAD writing, reporting-compliance audits, journal selection, peer review, and revision. Get the whole suite:
/plugin marketplace add Aperivue/medsci-skills
→ github.com/Aperivue/medsci-skills
If you use this in your research, cite via CITATION.cff.
This repository is a generated mirror. The canonical source and all
contributions live in Aperivue/medsci-skills (skills/check-reporting/) — please open
issues and pull requests there, not here. This mirror is overwritten on each sync.
MIT — see LICENSE.