Release Manager
技能 已验证 活跃Use 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.
功能
- 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
使用场景
- 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
非目标
- Directly performing deployments or CI/CD pipeline actions
- Managing source code repositories (e.g., git push/pull)
- Handling infrastructure provisioning or configuration
安装
请先添加 Marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install engineering@claude-code-skills质量评分
已验证类似扩展
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
99从原始 git log 输出生成面向用户的 CHANGELOG 条目。在用户准备发布、询问“上次版本以来有什么变化”、要求编写发布说明或希望为一批提交内容编写摘要以供最终用户使用时使用。
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.