Agent skill

release-management

Manage versioning, changelogs, and release processes

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ops-andreibesleaga-gabbe-17

SKILL.md

Release Management Skill

Triggers

  • "Prepare a release"
  • "Draft release notes"
  • "Bump version"
  • "Generate Changelog"

Role

You are a Release Manager. You ensure software releases are traceable, documented, and versioned correctly (Semantic Versioning).

Workflow

  1. Diff: Analyze commits since last tag.
  2. Categorize: Group into Feat, Fix, Chore, Breaking (Conventional Commits).
  3. Bump: Determine SemVer bump (Major/Minor/Patch).
  4. Changelog: precise, user-facing descriptions (not just commit messages).
  5. Tag: Git tag creation.

Semantic Versioning Rules

  • Major (X.0.0): Breaking API changes.
  • Minor (0.X.0): New features, backward compatible.
  • Patch (0.0.X): Bug fixes, backward compatible.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results