review-pap
Run a 6-agent pre-submission review of a pre-analysis plan (PAP) for a specified registration target or journal
Install / Use
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill review-papInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Healthcare & Life SciencesSupported Platforms
Our assessment of review-pap
review-pap scores 92/100 on our quality scale, 7th of 11 Healthcare & Life Sciences skills we index.
Its SKILL.md is 24 KB long, well organised into 50 sections with 7 code examples: a thorough specification that gives an agent plenty to work with.
With 4,360 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated 3 days ago, so review-pap is actively maintained.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.
Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
review-pap compared with similar skills
All 4 of these similar skills score higher than review-pap; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| review-pap (this skill)by brycewang-stanford | 92 | 4.4k | 3d ago | SKILL.md |
| algorithmic-artby anthropics | 100 | 177.9k | 4d ago | SKILL.md |
| pptxby anthropics | 100 | 177.9k | 4d ago | SKILL.md |
| designby nextlevelbuilder | 100 | 130.2k | 5d ago | SKILL.md |
| ui-ux-pro-maxby nextlevelbuilder | 100 | 130.2k | 5d ago | SKILL.md |
Frequently asked questions
- How do I install review-pap?
- Run
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill review-pap. The install tabs above show the steps for each supported agent. - Which AI agents does review-pap work with?
- It is written for Zed, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is review-pap safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is review-pap still maintained?
- The repository was last updated 3 days ago, so review-pap is actively maintained.
Skill content
View source on GitHubname: review-pap description: Run a 6-agent pre-submission review of a pre-analysis plan (PAP) for a specified registration target or journal
You are coordinating a rigorous pre-submission review of a pre-analysis plan (PAP). You will run 6 specialized review agents in parallel and consolidate their findings into a structured report.
Phase 1: Parse Arguments and Discover the PAP
Parse $ARGUMENTS as follows:
- The recognized registration targets are:
- Trial registries:
AEA,EGAP,OSF,ClinicalTrials,ISRCTN - Journal standards:
AER,QJE,JPE,RESTUD,AEJ,JEEA - General standards:
top-journal,working-paper - (case-insensitive; users can extend this list by editing this skill file)
- Trial registries:
- If the first token of
$ARGUMENTSmatches one of these names, treat it as the registration target and treat any remaining text as the main PAP file path. - If no token matches, treat the entire
$ARGUMENTSas a file path and set the registration target totop-journal. - If
$ARGUMENTSis empty, set both to their defaults: no file path (auto-detect) and registration targettop-journal. - If a file path is supplied but turns out to be missing, unreadable, or clearly not the main PAP, fall back to auto-detection and note that fallback in the report.
Store the resolved target as TARGET_REGISTRY for use in Agent 6 and the report header.
If a file path was provided, use it as the main PAP file. Otherwise, auto-detect:
- Search the current directory recursively for likely PAP files with extensions:
*.md,*.txt,*.tex,*.docx,*.pdf(exclude hidden folders,.git, build output, dependency directories). - Prioritize files whose names suggest they are the PAP, such as those containing
pap,pre-analysis,preanalysis,pre_analysis,registration,analysis-plan,analysis_plan,study-plan. - Identify the main PAP document: the file that appears to contain the core analysis plan rather than only a protocol appendix, questionnaire, cover sheet, code appendix, or administrative attachment. If multiple candidates look plausible, prefer the one with hypotheses, outcomes, and analysis specifications.
- Read the main PAP file and identify references to supporting documents:
- Power calculations or sample-size worksheets
- Survey instruments, questionnaires, or interview guides
- Randomization protocols or sampling frames
- Code skeletons, mock tables, or shells
- Data dictionaries or codebooks
- IRB/ethics protocols
- Search recursively for likely supporting files and record them if present:
- Power/sample: files containing
power,sample_size,samplesize,mde - Instruments: files containing
survey,questionnaire,instrument,endline,baseline - Randomization: files containing
randomization,randomisation,strata,block - Code: files containing
analysis,code,dofile,do_file,script,mock - Ethics: files containing
irb,ethics,consent
- Power/sample: files containing
- Record:
- Full path of the main PAP file and each supporting file with its likely role
- Study title, PI(s)/team, and abstract or research question if available
- Named registration registry, trial ID, or journal if any
- Whether any expected supporting file categories were not found
If the PAP is in a binary format such as .pdf or .docx and the environment cannot read it directly, review what is accessible and note the limitation in the final report.
Phase 2: Launch 6 Review Agents in Parallel
In a single message, launch all 6 agents using the Agent tool with subagent_type: "general-purpose". Each agent reads the PAP materials independently. Pass the complete list of PAP and supporting file paths to each agent in its prompt. When constructing Agent 6's prompt, substitute the actual resolved value of TARGET_REGISTRY for every occurrence of TARGET_REGISTRY in that agent's prompt text.
AGENT 1 — Clarity, Writing Quality & Pre-specification Completeness
You are a PAP editor reviewing the document for clarity, precision, and pre-specification adequacy. Read all accessible PAP files and focus on the actual prose rather than markup or formatting commands.
What to check:
-
Clarity and readability: Identify sentences and paragraphs that are vague, overloaded with jargon, or too abstract for a reviewer to assess whether the plan is actually binding. Vagueness in a PAP is not just a writing problem — it creates loopholes for post-hoc flexibility.
-
Writing quality: Flag spelling errors, grammar issues, tense inconsistency, undefined acronyms, and inconsistent terminology. Note any section that sounds rushed or incomplete.
-
Structure and signposting: Check whether the PAP clearly states:
- the research question(s) and hypotheses
- the study design and setting
- the primary and secondary outcomes
- the analysis strategy for each outcome
- the sample, sampling procedure, and timeline
- pre-specified subgroup and heterogeneity analyses
- decision rules for deviations from the plan
-
Pre-specification adequacy: For each hypothesis and analysis, ask: is this specific enough that a third party could reproduce the exact analysis without further decisions? Flag any element that would require judgment calls not resolved by the PAP:
- outcome definitions that leave room for interpretation
- analysis specifications that omit functional form, controls, fixed effects, or standard error clustering
- subgroup criteria that are not operationally defined
- ambiguous language such as "we will explore", "if appropriate", "as needed", or "we may"
-
Compliance signals: Check for common PAP failures:
- no primary outcome clearly designated
- multiple testing problem not addressed
- no pre-specified rule for handling attrition, non-compliance, or missing data
- no pre-specified decision rule for the main estimator
- heterogeneity analyses promised but not operationalized
- deviations-from-plan policy absent or vague
-
Overpromising: Flag PAPs that commit to analyses unlikely to be feasible or that promise more statistical power than the sample section supports.
Tag every individual issue with [CRITICAL], [MAJOR], or [MINOR] at the start of the line so the consolidation step can rank issues cleanly.
Output format:
## Agent 1: Clarity, Writing Quality & Pre-specification Completeness
### Critical Vagueness or Specification Gaps
[numbered list: Location | Vague element | Why it creates flexibility risk | Suggested tightening]
### Minor Writing Issues
[numbered list: Location | Issue | Suggested correction]
### Structural or Compliance Signals to Fix
[numbered list: Missing or weak element | Where it should appear | Recommended remedy]
The PAP files to review are: [LIST ALL FILE PATHS HERE]
AGENT 2 — Internal Consistency, Hypotheses & Outcomes
You are a technical reviewer checking whether the PAP is internally coherent: that the hypotheses, outcomes, sample, analysis plan, and any supporting materials are mutually consistent and operationally aligned.
What to check:
-
Hypotheses vs. outcomes consistency: For each stated hypothesis, verify that there is a clearly designated outcome variable that directly tests it. Flag hypotheses with no designated outcome, or outcomes with no corresponding hypothesis.
-
Primary vs. secondary outcome designation: Is there a clear primary outcome? Are secondary outcomes distinguished from exploratory ones? Are the multiple testing corrections (if any) consistent with how outcomes are designated?
-
Outcome definitions vs. data plan: For each outcome, verify that the PAP explains where the data come from, how the variable is constructed, and which survey item or administrative record corresponds to it.
-
Subgroup and heterogeneity consistency: For every subgroup or heterogeneity analysis claimed, check that the subgroup variable is defined and that it appears in the data collection or sampling plan.
-
Analysis plan vs. research design consistency: Do the estimators, identification assumptions, and standard error choices match the study design? For example: does an RCT analysis plan use an appropriate estimator (ITT, IV, LATE)?
-
Timeline consistency: If phases, waves, endlines, or rounds are mentioned in different sections, verify they match. Flag contradictions across the narrative, timeline, and data-collection plan.
-
Terminology consistency: Identify every key term — treatment arm name, outcome label, subgroup name, estimator name — and flag drift in naming or meaning across sections.
-
Cross-document consistency: If supporting documents (power calculations, instruments, randomization protocols) are referenced, verify they appear consistent with what the main PAP describes.
Tag every individual issue with [CRITICAL], [MAJOR], or [MINOR] at the start of the line.
Output format:
## Agent 2: Internal Consistency, Hypotheses & Outcomes
### Critical Inconsistencies
[numbered list: [Location 1] ↔ [Location 2] | What conflicts | Why it matters]
### Hypothesis or Outcome Coverage Gaps
[numbered list: Hypothesis/outcome | Missing operational support | Recommended fix]
### Terminology Drift
[numbered list: Term | How it varies | Recommended standardization]
### Minor Inconsistencies
[numbered list: same format as Critical]
The PAP files to review are: [LIST ALL FILE PATHS HERE]
AGENT 3 — Identification Strategy, Causal Claims & Contribution
You are a skeptical referee evaluating whether the proposed study can credibly answer the stated research question, whether the causal claims are justified by the design, and whether the contribution is meaningful.
What to check:
-
Research question clarity: Is there a precise, testable research question? Or is the question so broad that almost any result would answer it?
-
Identification strategy: What is the source of causal variation? Evaluate:
- For RCTs: is randomization described with enough precision to assess validity? Is compliance, attrition, and spillover risk addressed?
- For natural experiments / quasi-experiments: is the identification assumption stated? Is there a credible argument for why it holds?
- For observational studies: are the selection-on-observables assumptions explicit and defended?
-
Testability of the hypotheses: Are the hypotheses falsifiable as stated? Could the study plausibly produce evidence against them? Flag hypotheses that are framed so that any result is consistent with the theory.
-
External validity and generalizability: Does the PAP address to whom and to what context the results will generalize? Are claims about broader applicability warranted by the study design?
-
Contribution to the literature: Does the PAP explain what existing evidence exists and what gap this study fills? Is the claimed contribution plausible given the research design?
-
Overclaiming and underclaiming:
- Overclaiming: causal language that exceeds what the design supports; importance claims that exceed the scope of the study
- Underclaiming: strong features of the design that are not clearly articulated
-
Fit to TARGET_REGISTRY expectations: Based on the study design and named TARGET_REGISTRY, assess whether the PAP meets likely registration or journal standards for rigor, scope, and relevance. Flag design choices that are likely to receive critical scrutiny.
Tag every individual issue with [CRITICAL], [MAJOR], or [MINOR] at the start of the line.
Output format:
## Agent 3: Identification Strategy, Causal Claims & Contribution
### Major Identification or Design Problems
[numbered list: Location | Issue | Why it undermines the study | Fix]
### Overclaiming
[numbered list: Quoted or paraphrased claim | Why it ov
Truncated for display — read the full file on GitHub.
Related Skills
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
pptx
177.9kUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an em…
design
130.2kComprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini, Atlas Cloud, or MuAPI AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG…
ui-ux-pro-max
130.2kUI/UX design intelligence for web, mobile, and desktop. This skill should be used when designing, building, reviewing, or fixing interfaces, including pages, components, design systems, accessibility, interaction, responsive layout, typography, color, charts, and stack-specific UI implementation.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
