release-manager

Plan and coordinate end-to-end software releases for the Pequi project.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/PequiProject/pequi --skill release-manager-pequiproject
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-manager
Source: https://github.com/PequiProject/pequi/tree/main/.agents/skills/release-manager
Command: npx skills add https://github.com/PequiProject/pequi --skill release-manager-pequiproject

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Release management for the Pequi project: coordinating planning, versioning, deployment, and rollback to ensure safe, traceable software releases.

Core Features & Use Cases

  • Release planning and scope definition aligned with GitFlow.
  • Changelog generation, version bumps, and migration notes.
  • Deployment coordination, post-release validation, and rollback procedures.

Quick Start

Create a release branch from develop, bump the version in pyproject.toml, and draft the changelog for the new release.

Frequently Asked Questions about release-manager

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

FAQPage Schema
How do I coordinate a software release using GitFlow branches?

To coordinate a GitFlow software release, create a release branch from develop, bump the version in pyproject.toml, and draft the changelog. This Skill manages the full development-to-production cycle including deployment, rollback, and post-release validation.

What is the best way to generate a changelog and handle version bumps for production?

The best way to handle changelog generation and version bumps is by applying conventional commits alongside automated quality gates. This Skill generates changelogs, applies version bumps, and produces migration notes to ensure traceable software releases.

Can I automate Alembic database migrations and Docker deployments in a CI/CD pipeline?

Yes, you can automate Alembic migrations and Docker deployments within your CI/CD pipeline. This Skill coordinates deployment workflows across CI/CD, handling database migration notes and Docker deployment steps to ensure safe end-to-end releases.

How does rollback work when post-release validation fails in Sentry?

Rollback procedures trigger when post-release validation fails in Sentry monitoring. This Skill coordinates the rollback process as part of the end-to-end release cycle, reverting deployments safely while maintaining traceability across your CI/CD workflow.

Does this release management approach support conventional commits and automated quality gates?

Yes, this release management approach fully supports conventional commits and automated quality gates. It integrates these mechanisms into the end-to-end release cycle to enforce deployment safety, generate accurate changelogs, and validate post-release stability.