Release Manager

Automate end-to-end release management with semantic versioning and changelog generation.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/AgLyx3/My-Note-App-Not-Just-a-Note-App --skill release-manager-aglyx3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Release Manager
Source: https://github.com/AgLyx3/My-Note-App-Not-Just-a-Note-App/tree/main/.cursor/skills/engineering/release-manager
Command: npx skills add https://github.com/AgLyx3/My-Note-App-Not-Just-a-Note-App --skill release-manager-aglyx3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Coordinating software releases across teams, generating accurate release notes, and ensuring ready-to-ship readiness can be complex and error-prone. This skill provides tooling, guidance, and templates to streamline changelog generation, version bumps, and release coordination from a single source of truth.

Core Features & Use Cases

  • Automated changelog generation from git history using conventional commits.
  • Semantic version bumping and pre-release handling aligned with SemVer.
  • Release readiness assessment with checklists, quality gates, and stakeholder approvals.
  • Release planning templates and rollout coordination for multi-team projects.
  • Rollback/runbook generation to ensure safe recovery from failed releases.
  • Hotfix management and feature flag integration for progressive rollout strategies.

Quick Start

Run the Release Manager to generate a changelog from recent commits and produce a ready-to-ship release plan.

Frequently Asked Questions about Release Manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a changelog from conventional commits?

Automated changelog generation works by parsing your git history and grouping conventional commits to produce structured release notes. This provides a single source of truth for your project's release documentation.

How do I automate semantic version bumping for a multi-repo project?

Semantic version bumping for multi-repo projects is automated by applying SemVer rules to parsed conventional commits. The system coordinates version increments across repositories to ensure consistent release cadences and cross-team alignment.

What is the best way to plan a software release rollback?

Planning a software release rollback involves generating a dedicated runbook to ensure safe recovery from failed releases. This approach provides predefined recovery steps and integrates hotfix management for quick resolution.

How do I assess release readiness before deploying to production?

You assess release readiness by utilizing built-in checklists, quality gates, and stakeholder approval workflows. This verifies that your software meets all deployment criteria before a production rollout.

Can I coordinate cross-team release cadences using CI/CD automation?

Yes, you can coordinate cross-team release cadences by integrating release planning templates and automation directly into your CI/CD pipelines. This synchronizes multi-repo coordination and streamlines stakeholder communications.

Does automated release management support feature flag rollouts?

Automated release management supports feature flag integration to enable progressive rollout strategies. This allows you to decouple feature visibility from deployment, ensuring safer software rollouts.