release
Git Release Skill
Skill instructions for preparing release text and publishing releases with the matching forge CLI.
This skill is reserved for release work. Use it only when the user asks for a release, a release draft, or release notes.
Requirements
gitmust be installed and available onPATH.ghis required for GitHub remotes.glabis required for GitLab remotes.- If the matching CLI is missing, stop and tell the user exactly what is missing.
- When the project uses agent permission settings, prefer
permissions.askfor mutating git and forge commands, including force-push variants.
Forge Detection
Before any release command, run:
More from skrrt-sh/claude-plugins
md-writer
Write well-structured markdown documents with YAML frontmatter, Mermaid diagrams, and markdownlint compliance. Use when creating or editing .md files, writing documentation, guides, specs, or any markdown content.
4gh-ship
Create strong conventional commits and pull requests with git and gh. Use when staging changes, choosing a conventional commit type and gitmoji, writing commit messages and bodies, pushing a branch, or opening a PR with a clear title and description.
2pr
Creates or updates GitHub pull requests and GitLab merge requests with the matching CLI. Use when the agent needs to push a branch, open a review request, or write PR or MR text.
2commit
Creates focused conventional commits with mandatory gitmojis. Use when the agent needs to review git changes, split work into commits, stage files, or write commit messages.
2