What problem does it solve? Shipping a release involves many failure-prone steps: builds that pass in dev but break after packaging, leaked API keys or personal paths in build artifacts, and untested installers. This Skill runs the full release pipeline—build, privacy audit, install-based testing, publish, and rollback—so nothing ships broken or leaks private data. ## Core Features & Use Cases - Multi-channel release: Handles Web deployment (Vercel/Netlify), Desktop packaging with signing checks, and CLI publishing via npm or binaries. - Mandatory privacy audit: Greps build artifacts for developer paths, .env files, credentials, and API keys (sk-ant-, sk-proj-, etc.) and halts the release on any hit. - Install-based smoke testing: Tests from the actual installed artifact (system directory, global npm install, live URL) rather than the dev environment, with per-channel rollback strategies. - Use Case: You finished a Tauri desktop app and say "package and release it"—the Skill bumps the version, builds, audits the output directory for leaked secrets, reminds you to install from the package, runs smoke tests, and publishes after your confirmation. ## Quick Start Tell the agent to package and release this project to your chosen channel, for example by saying "build and publish the CLI to npm after running the privacy audit."