What problem does it solve? Shipping an npm release involves many error-prone manual steps: bumping versions across multiple manifests, updating changelogs and READMEs, running builds and tests, publishing to npm, tagging, pushing, and creating GitHub Releases. This Skill orchestrates the entire workflow so nothing gets missed. ## Core Features & Use Cases - Multi-manifest version bumping: Searches the repo for every version string (package.json, plugin manifests, nested packages) and updates them all, avoiding the pitfalls of npm version. - Documentation enforcement: Mandates CHANGELOG entries, README "What's new" sections, and post-publish doc audits so release notes always match what shipped. - Full release pipeline: Runs build, tests, commit, npm publish, git tag/push, GitHub Release creation via gh, and global CLI install verification. - Use Case: After merging a new feature, ask the AI to ship the package. It infers a minor bump, updates all manifests and docs, runs the test suite, publishes to npm, pushes the tag, and creates a GitHub Release with extracted changelog notes. ## Quick Start Ship this package as a new release with a minor version bump.