Releasing a new version of your project can be tricky. This skill helps you do it the right way. It checks your changelog, installs git hooks, and cuts a release with one command.
When you say /release 1.0.5 or /release patch, the skill runs a step-by-step process. It gathers context, commits any outstanding work, writes the changelog if needed, and then cuts the release. It also tags the version and asks you to confirm before pushing to your repository.
This skill makes sure every release follows your changelog standard and keeps all dependencies pinned to exact versions. If anything goes wrong, it stops and explains the issue. No force-pushing or skipped checks.
Global
mkdir -p ~/.claude/skills/releaseProject
mkdir -p .claude/skills/releaseSource Repository
Release Skillsjimliu/baoyu-skills
Universal release workflow auto-detects your project type and handles changelogs and GitHub releases
Shipping And Launchaddyosmani/agent-skills
Deploy safely with checklists, feature flags, and staged rollouts
Changelog Automationwshobson/agents
Turn commits into clear changelogs with automation and standard formats
Msstore Cligithub/awesome-copilot
Publish Windows apps to the Microsoft Store from the command line easily
Changelog Generatorcomposiohq/awesome-claude-skills
Turn messy git commits into clear changelogs your users will love reading
Deploy Checklistanthropics/knowledge-work-plugins
A pre-deployment checklist to verify readiness before shipping any release
Claude Code Plugin Releasethedotmack/claude-mem
Automate version bumps, tags, releases, and changelogs for plugins
Releaseschpet/linear-cli
Guided release creation with changelog, version bump, and quality checks