release-manager
Release Manager
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/release-managerWhat This Skill Does
The Release Manager skill serves as a comprehensive DevOps command center within OpenClaw. It automates the complex lifecycle of software releases, from analyzing commit history to executing production deployments. By leveraging the Conventional Commits specification, this skill parses developer logs to determine the appropriate Semantic Version (SemVer) increment—whether it is a major architectural shift, a minor feature update, or a critical patch. It goes beyond simple versioning by offering automated changelog generation, release readiness assessments, and structured rollback planning. This ensures that every release is documented, validated, and aligned with industry-standard DevOps workflows, significantly reducing the manual overhead and human error associated with the release management lifecycle.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alirezarezvani/release-manager
Ensure you have appropriate permissions to the target repository, as the skill interacts with git logs and configuration files to perform its analysis and automation tasks.
Use Cases
- Continuous Integration Pipeline Enhancement: Automatically generate release notes and tag versions based on daily commits.
- Emergency Hotfix Management: Rapidly assess the scope of a critical bug and safely orchestrate a path to production.
- Feature Rollout Coordination: Use the Release Readiness module to verify that all documentation, feature flags, and stakeholder communications are prepared before a major release.
Example Prompts
- "Analyze the commit history since tag v1.2.0 and tell me what the next recommended version number is, assuming a major breaking change was introduced."
- "Generate a formatted Markdown changelog based on the commits from the last week and draft a release announcement email for the stakeholders."
- "Check the release readiness for our upcoming 2.0.0 deployment; verify that the hotfix policy is active and generate a summary checklist of tasks to complete."
Tips & Limitations
To maximize the utility of the Release Manager, ensure your team strictly adheres to the Conventional Commits format (type(scope): description). If your commit history is unformatted, the skill may struggle to accurately identify version bumps. While the skill offers powerful automation, always review the generated rollback plans before applying them in a production environment. For complex deployments involving multiple services, use the release_planner.py script to generate a granular coordination plan rather than relying on automated versioning alone.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-release-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.