Release Manager
Skill Verified ActiveUse when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.
To streamline and automate the entire software release process, ensuring consistency, reliability, and clear documentation.
Features
- Automated changelog generation from conventional commits
- Semantic version bumping based on commit analysis
- Release readiness assessment and planning
- Support for various release workflows (Git Flow, GitHub Flow, Trunk-based)
- Detailed documentation on best practices and anti-patterns
Use Cases
- Planning and coordinating software releases
- Automating changelog creation for new versions
- Determining appropriate semantic version bumps
- Assessing and ensuring release readiness
- Managing hotfixes and emergency releases
Non-Goals
- Directly performing deployments or CI/CD pipeline actions
- Managing source code repositories (e.g., git push/pull)
- Handling infrastructure provisioning or configuration
Installation
First, add the marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install engineering@claude-code-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
OpenClaw Release Maintainer
100Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.
Manage Changelog
97Maintain a changelog following Keep a Changelog format. Covers entry categorization (Added, Changed, Deprecated, Removed, Fixed, Security), version section management, and unreleased tracking. Use when starting a new project that needs a changelog, adding entries after completing features or fixes, preparing a release by promoting Unreleased entries to a versioned section, or converting a free-form changelog to Keep a Changelog format.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Changelog From Commits
99Generate a user-facing CHANGELOG entry from raw git log output. Use when the user is preparing a release, says "what changed since last version", asks to write release notes, or wants to summarize a batch of commits for end users.
Changelog
99Generate a changelog from git history since a tag, date, or commit
Changelog Automation
98Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.