Gitflow Changesets Releases
Automates Gitflow-based changeset and release management, streamlining workflows & ensuring consistent deployments for DevOps teams.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gitflow-changesets-releases npx -- -y @trustedskills/gitflow-changesets-releases
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gitflow-changesets-releases": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gitflow-changesets-releases"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the process of managing releases and changelogs using Gitflow, Conventional Commits, and Changesets. It handles version bumping, generating commit messages based on Conventional Commit standards, and creating pull requests for publishing changes to npm or other package registries. This ensures consistent and automated release workflows.
When to use it
- You're working on a JavaScript project using Gitflow for branching strategy.
- You want to automate the generation of changelogs based on commit messages.
- You need to manage version bumps across multiple packages in your monorepo.
- You are publishing packages to npm or other package registries and require automated release processes.
Key capabilities
- Automated version bumping using Conventional Commits.
- Generation of changelog entries based on commit messages.
- Creation of pull requests for releasing changes.
- Support for monorepos with multiple packages.
Example prompts
- "Create a release for the
my-packagepackage, following Gitflow." - "Generate a changelog entry for this commit: 'fix: resolves issue #123'."
- "Bump the version of all packages in my monorepo based on recent commits."
Tips & gotchas
- Requires familiarity with Gitflow and Conventional Commits.
- Ensure your project is properly configured with a
changesetconfiguration file for optimal results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.