AI AGENT ADDONS

Release

tobi/qmd
Release Management
2,022installs

Releasing a new version of your project can be tricky. This skill helps you do it the right way. It checks your changelog, installs git hooks, and cuts a release with one command.

When you say /release 1.0.5 or /release patch, the skill runs a step-by-step process. It gathers context, commits any outstanding work, writes the changelog if needed, and then cuts the release. It also tags the version and asks you to confirm before pushing to your repository.

This skill makes sure every release follows your changelog standard and keeps all dependencies pinned to exact versions. If anything goes wrong, it stops and explains the issue. No force-pushing or skipped checks.

Add Release skill to your workflow

Global

mkdir -p ~/.claude/skills/release

Project

mkdir -p .claude/skills/release

Source Repository

Stars
27,178
Forks
1,701
Watchers
27,178
License
MIT
Last Push
27 days ago
Created
7 months ago