check-reproducibility

Community

Detect pipeline drift before release.

Authormaxwell2732
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents silent changes in results by verifying that a full fresh-clone run reproduces the committed pipeline outputs without drift.

Core Features & Use Cases

  • Fresh-clone simulation: Re-runs the entire pipeline in a cleaned environment (while preserving data/raw/) to emulate real reproducibility conditions.
  • Output diffing with categorization: Diffs the newly generated output/ against a snapshot and classifies drift into FAIL/WARN/PASS, with special handling for numerical tables versus visual artifacts.
  • Failure-safe reporting: Surfaces whether the pipeline itself failed, which files differ, what category of drift occurred, and likely suspects (e.g., seed randomness, package/version drift, missing committed inputs).

Use case example: After upgrading Stata or touching model code, run this Skill to confirm that tables (especially .csv) match exactly and figures did not unexpectedly change.

Quick Start

In your local repo, run the Skill command that triggers the reproducibility check and outputs a PASS/WARN/FAIL verdict with a diff summary.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: check-reproducibility
Download link: https://github.com/maxwell2732/codex-stata-for-economists/archive/main.zip#check-reproducibility

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.