reporting-guideline-compliance

reporting-guideline-compliance is a skill for Claude Code from seandavi/scriptorium. It costs 150 tokens per session (4,886 once invoked), scanned A, original, MIT.

A manuscript checklist audit based on reporting guidelines from the EQUATOR Network, a group that helps researchers report studies completely. It checks guidelines such as CONSORT for clinical trials, STROBE for observational studies, and PRISMA for systematic reviews.

In plain words
What is it for?
Use it to audit a research manuscript against the appropriate reporting checklist, including guidance for clinical trials, observational studies, reviews, animal studies, diagnostic tests, prediction models, case reports, qualitative research, and health economics.
Why use it?
It shows which required details are present, incomplete, missing, or irrelevant, with supporting quotes or stated gaps. This helps authors find reporting omissions before submission.

Skill for Claude Code

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

Part of the scriptorium plugin — 16 skills shipped together

Good fit Use it to audit a research manuscript against the appropriate reporting checklist, including guidance for clinical trials, observational studies, reviews, animal studies, diagnostic tests, prediction models, case reports, qualitative research, and health economics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seandavi/scriptorium/reporting-guideline-compliance
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 seandavi/scriptorium --skill reporting-guideline-compliance
Clone the repo
git clone --depth 1 https://github.com/seandavi/scriptorium

Made for: Claude Code.

Or install scriptorium, the plugin that ships this one along with the rest of its 16 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 reporting-guideline-compliance

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/seandavi/scriptorium/reporting-guideline-compliance"><img src="https://agentmods.dev/badge/skills/seandavi/scriptorium/reporting-guideline-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,886 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.00150 $0.04886
Opus 5 $0.00075 $0.02443
Sonnet 5 $0.00030 $0.00977
Haiku 4.5 $0.00015 $0.00489

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

Security

Grade A, and why

reporting-guideline-compliance 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 9d 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/reporting-guideline-compliance/SKILL.md · 446 lines

How it starts

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

Reporting-guideline compliance

You are running scriptorium's reporting-guideline-compliance skill. Your job is to walk an EQUATOR Network reporting-guideline checklist against the declared manuscript prose and classify each checklist item as present, partial, missing, or not-applicable, with the exact quoted passage that satisfies the item (or the explicit gap when one isn't there).

This is the downstream audit in the reporting-guidelines workflow. The upstream reporting-guideline-fit skill (v0.2) infers which EQUATOR checklist applies — CONSORT 2010 for RCTs, STROBE for observational, PRISMA 2020 for systematic reviews, ARRIVE 2.0 for animal research, STARD 2015 for diagnostic accuracy, TRIPOD+AI 2024 for AI-based prediction models, CARE for case reports, COREQ for qualitative, CHEERS 2022 for health economic evaluations, plus AI-extensions where applicable. This skill runs the chosen checklist.

The two skills are deliberately separate. Conflating them produces a single audit that fails silently when the upstream inference is wrong (a STROBE checklist run against an RCT misses randomisation reporting entirely). Stop at the audit step — do not re-infer the checklist.

Critical positioning — read before doing anything else

This skill operates on declared work ([[declared-work-scope]]). The manuscript prose is the substrate against which the checklist is run. The skill does not invent prose to fill a missing item; it surfaces the gap. The author addresses it.

not-applicable is a first-class outcome. Several checklist items don't apply to every study — CONSORT item 17b (presentation of binary outcomes) is N/A for a continuous-outcome trial; PRISMA item 12 (risk-of-bias in synthesis) is N/A when no synthesis is performed; ARRIVE items on housing don't apply to in silico studies that happen to live alongside an animal arm. Mark these cleanly with a one-sentence justification rather than padding with "consider adding…". A genuine N/A is not a gap.

Read the full file on GitHub · 446 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 446 lines · 150 tokens per session scan A 92df2ba11c12

Subscribe to this mod's changes

reporting-guideline-compliance is a skill published in the GitHub repository seandavi/scriptorium (3 stars, last pushed 1mo ago), licensed MIT. It adds 150 tokens to every session and 4,886 once invoked, about $0.0007 per session on Opus 5. 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

system-info

Probe system resources — CPU, RAM, disk, GPU/CUDA/MPS — and translate findings into experiment design recommendations. Run this at the start of any compute-intensive project.

frankaging/lite-research-agents · 38 tokens

food-analyzer

Analyze food photos, nutrition labels, and ingredient lists. Trigger on food images, nutrition label scans, macro questions, glycemic questions, medication interaction checks, and similar food-analysis requests.

mickpletcher/AI-Skills · 41 tokens

astrophotography-processing

Router for astrophotography processing, troubleshooting, and safe workflow guidance across deep-sky, narrowband, planetary/lunar/solar, Milky Way landscape, comet, and mosaic data.

mickpletcher/AI-Skills · 44 tokens

arxiv-watcher

Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.

frankaging/lite-research-agents · 39 tokens

biopython

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…

K-Dense-AI/scientific-agent-skills · 76 tokens

neuropixels-analysis

Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface. Covers loading SpikeGLX/Open Ephys/NWB data, preprocessing, drift/motion correction, Kilosort4 (and CPU) spike sorting, quality metrics, and unit curation (threshold-based, model-based UnitRefine, and AI-assisted visual review). Use when…

K-Dense-AI/scientific-agent-skills · 98 tokens