Agent Skillsbrycewang-stanford/Awesome-Journal-Skills › pubar-transparency-and-data

pubar-transparency-and-data

GitHub

指导为《公共行政评论》(PAR) 稿件准备透明性与可重复性材料。遵循 COS TOP 指南,涵盖数据共享、引用、报告文档及预注册。提供构建检查清单,并针对行政微观数据、调查实验等不同证据类型明确最低包要求与合规路径。

Public-Administration-Review-Skills/skills/pubar-transparency-and-data/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

准备 PAR 稿件的透明性或可重复性材料 审稿人或编辑要求提供数据、代码或文档 因隐私或法规限制无法完全共享数据,需申请受限数据路径 决定是否申请预注册徽章

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill pubar-transparency-and-data -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Public-Administration-Review-Skills/skills/pubar-transparency-and-data -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@pubar-transparency-and-data

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill pubar-transparency-and-data -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": "pubar-transparency-and-data",
    "description": "Use when preparing the transparency \/ reproducibility materials for a Public Administration Review (PAR) manuscript. PAR is a signatory of the Center for Open Science TOP Guidelines and has adopted transparency standards (data citation, data sharing via Dataverse\/QDR, reporting documentation, pre-registration). Covers quantitative and qualitative transparency and the restricted-data path. Prepares the package; it does not waive requirements."
}

Transparency & Data Policy (pubar-transparency-and-data)

PAR endorses the Center for Open Science's Transparency and Openness Promotion (TOP) Guidelines and has adopted transparency standards for authors (检索于 2026-06;以官网为准). Build the materials as you go so a transparency request at review or acceptance does not stall the paper.

When to trigger

  • Building the reproducibility / transparency materials and the data-availability statement
  • A reviewer or editor requested data, code, or documentation
  • Data cannot be fully shared (privacy, FOIA limits, agency restrictions, IRB) and you need the path
  • Deciding whether to pursue pre-registration badges

What PAR's TOP standards cover (verify current wording)

  1. Data & materials citation. Cite all research materials and data sources used, with persistent identifiers where available — treat data as a citable research output.
  2. Data sharing. PAR encourages depositing data in an appropriate repository — Dataverse for quantitative data, the Qualitative Data Repository (QDR) for qualitative data — with a data-availability statement in the manuscript.
  3. Reporting documentation. PAR recommends documenting research design, data preparation, and analysis decisions in a supplementary document, following the relevant reporting standard where applicable (e.g., CONSORT for experiments, STROBE for observational, PRISMA for reviews, COREQ for qualitative).
  4. Pre-registration. Pre-registration of studies and/or analysis plans is supported, and badges may be available — register before data collection/analysis (see pubar-research-design).

Build-as-you-go checklist

  • One master script regenerates every table and figure from raw/constructed data
  • README documents data provenance, construction steps, and how to reproduce each exhibit
  • Seeds set and reported for every stochastic step
  • Software/package versions pinned (renv.lock / requirements.txt / recorded installs)
  • Exhibit numbers in the manuscript match the deposited output exactly
  • Data-availability statement drafted (where data live, or why they cannot be shared)
  • Reporting-standard supplement (CONSORT/STROBE/PRISMA/COREQ) where applicable
  • Pre-registration / pre-analysis plan linked (anonymized) where applicable

Transparency package by evidence type

Build the package around the evidence product, not around a generic folder dump.

Evidence type Minimum package PAR-specific risk
Administrative microdata Data dictionary, construction log, access conditions, replication code, and an approved restricted-data statement if raw data cannot ship A practitioner-facing claim with no auditable data provenance
Survey / experiment Instrument, sampling frame, recruitment/consent language, randomization code, preregistration or exploratory label, and cleaning scripts Treatments or outcomes cannot be interpreted by public managers
Qualitative interviews / fieldwork Interview protocol, coding scheme, memo trail, anonymized excerpts or controlled-access deposit, and IRB/consent constraints Over-disclosure that harms participants, or under-documentation that blocks audit
Case comparison / process tracing Case-selection memo, source inventory, evidence tests, chronology, and rival-explanation log "Illustrative" cases presented as field-wide lessons
Public datasets / dashboards Persistent links, download dates, version snapshots, transformation scripts, and archived outputs Live web data change after review and no longer reproduce the exhibits

Restricted-data decision tree

  1. Can raw data be public? Deposit the exact analysis data plus code in Dataverse or another persistent repository and cite it in the Data Availability Statement.
  2. Can de-identified analysis data be public? Deposit the de-identified data and document what was removed, masked, top-coded, aggregated, or perturbed.
  3. Can synthetic or toy data run the code? Provide synthetic data plus a validation note that the code path reproduces the tables/figures but not the confidential estimates.
  4. Can only metadata be shared? Provide a data-access route, DUA/IRB constraints, variable list, and a read-only replication log that maps each exhibit to the restricted source.
  5. Is nothing shareable? Treat this as an editor-facing exception request; explain why the claim is still auditable and which independent checks remain possible.

For every restricted path, separate legal/ethical inability from convenience. Convenience is not a transparency rationale.

When data cannot be shared (restricted-data path)

  • Explain why the data are restricted (privacy, IRB, agency/legal restrictions, FOIA limits).
  • Provide instructions on how others can obtain the data (access process, agency contact, DUA).
  • Where feasible, provide synthetic data or de-identified extracts so the code can be run.
  • For qualitative data, QDR supports controlled-access sharing with appropriate protections.

Reproducibility smoke test

Before submission, run a clean-room check:

  • start from a fresh directory or container with only the repository/deposit files;
  • install from the recorded environment file;
  • run the master script end to end;
  • compare every printed table/figure number against the manuscript;
  • record any manual step, proprietary software dependency, or restricted-data substitution.

If the smoke test fails, do not call the package "reproducible"; report the remaining limitation honestly in the Data Availability Statement.

Anti-patterns

  • Treating transparency as a post-acceptance afterthought
  • Depositing code that does not actually reproduce the printed tables/figures
  • A personal URL or dead link instead of a persistent repository (Dataverse/QDR)
  • Claiming data are restricted with no access path or synthetic substitute
  • Undocumented, un-seeded, unpinned code that "works on my machine"

Output format

【Repository】Dataverse (quant) / QDR (qual) — materials staged? [Y/N]
【Evidence type】admin / survey-experiment / qualitative / case-process / public-dataset
【Reproduces tables/figures?】master script verified locally? [Y/N]
【Documentation】README + provenance + seeds + pinned versions + reporting standard? [Y/N]
【Data-availability statement】drafted? [Y/N]
【Restricted data?】public / de-identified / synthetic / metadata-only / exception request
【Smoke test】fresh-run status + remaining manual step
【Pre-registration】badge pursued? [Y/N/NA]
【Next】pubar-review-process

Supplementary resources

Version History

  • 1839142 Current 2026-07-05 14:16

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
a8f754ae
Indexed
2026-07-05 14:16

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