What problem does it solve? Running integration tests that depend on a local npm registry requires manually starting Verdaccio, orchestrating a multi-step build and publish pipeline, and cleaning up the registry process afterward, which is error-prone when done by hand. ## Core Features & Use Cases - Registry Lifecycle Management: Starts pnpm local-npm:start as a background subprocess, waits for Verdaccio readiness on port 4873, and cleanly shuts it down after the run. - Full Pipeline Execution: Runs pnpm i, pnpm build:ci, pnpm local-npm:reset, pnpm local-npm:publish, and pnpm test:integration with the storage mount integration flag enabled. - Sandbox-Aware Execution: Runs outside the Codex sandbox by default to avoid environment-only failures from npm, Bun, Deno, Wrangler, and Docker subprocesses. - Use Case: After modifying publish-related code in the openai-agents-js repository, invoke this Skill to validate the full local publish and integration test flow before pushing to CI. ## Quick Start Use the integration-tests skill to run the local Verdaccio-backed integration test pipeline and summarize any failures.