Reproduce The Real Build

Before pushing anything a CI or release pipeline will compile, run the exact production build command locally — the test runner tolerates syntax and dependency drift the release build rejects. Prove any toolchain fix by reconstructing from tracked manifests alone (npm ci into a clean directory). Triggers before pushing build-config, lockfile, or toolchain changes, and when tests pass but deployment builds fail. Does not fire on test-only changes no release pipeline compiles.

randommonicle Updated

File contents

randommonicle/claude-skills/tree/main/reproduce-the-real-build commit 6deafdb900

Frequently asked questions

npx skillmds@latest add randommonicle/reproduce-the-real-build