release-manager

Coordinate software releases with conventional commits, versioning, and changelog generation.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill release-manager-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-manager
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/release-manager
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill release-manager-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Release Manager skill consolidates planning, changelog automation, and deployment coordination to make software releases reliable and well-documented.

Core Features & Use Cases

  • Automated Changelog Generation from git history using conventional commits
  • Semantic Versioning based on commit analysis and breaking changes
  • Release Readiness Assessment with comprehensive checklists and validation
  • Release Planning & Coordination with stakeholder communication templates
  • Rollback Planning with automated recovery procedures
  • Hotfix Management for emergency releases
  • Feature Flag Integration for progressive rollouts

Quick Start

Prepare a release plan for the upcoming sprint and generate a changelog and version bump recommendations.

Frequently Asked Questions about release-manager

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

FAQPage Schema
How do I automate changelog generation from conventional commits?

Automate changelog generation by parsing conventional commit history to produce structured release notes. The Skill analyzes commit messages to categorize features, fixes, and breaking changes, generating a comprehensive changelog automatically for your release coordination.

What is the best way to plan a software release with semantic versioning?

Plan a software release by analyzing commit history to determine semantic version bumps based on breaking changes and features. The Skill provides release readiness checklists, stakeholder communication templates, and deployment coordination for reliable software releases.

Can I manage hotfix releases and rollback strategies using this release management approach?

Manage hotfix releases and rollback strategies using built-in emergency release procedures and automated recovery planning. The Skill supports hotfix management workflows and provides rollback procedures to ensure deployment coordination reliability during critical incidents.

Does this release coordination workflow support feature flags for progressive rollouts?

Release coordination supports feature flag integration for progressive rollouts alongside conventional commit workflows. The Skill incorporates feature flag workflows into release planning, allowing teams to decouple deployment from release and manage feature visibility safely.

When do I need a release readiness assessment for my CI/CD pipeline?

A release readiness assessment is needed when coordinating deployments through CI/CD pipelines to validate completeness. The Skill provides comprehensive checklists and validation procedures to ensure your software release meets all criteria before deployment coordination begins.