What problem does it solve?
This Skill removes the risk and tedium of manual releases by coordinating a consistent, validated version bump, test run, tagging, publishing, and release verification.
Core Features & Use Cases
- Coordinated version bump across a multi-file project: updates package metadata, installer/version constants, tests, plugin marketplace files, docs markers, and README badges in a single checklist-driven workflow.
- Validated release readiness with full test execution: enforces running the complete test suite before any git operations or publishing.
- Automated publishing and release creation: creates and pushes version tags, publishes to npm, and generates a GitHub Release entry for the same version.
Quick Start
Run /oh-my-claudecode:release patch to bump to the next patch version, run all tests, tag the release, publish to npm, and create the matching GitHub Release.