Release Workflow

🌐Community
by fxstein · vlatest · Repository

Automates software release workflows, triggering deployments and notifications based on code commits and build status.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add fxstein-release-workflow npx -- -y @trustedskills/fxstein-release-workflow
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "fxstein-release-workflow": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/fxstein-release-workflow"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates software release workflows, handling tasks like version bumping, tag creation, and deployment to various environments. It streamlines the process of releasing new versions of your software by managing common steps and reducing manual errors. The workflow is configurable and can be adapted to different project structures and deployment pipelines.

When to use it

  • You need to release a new version of your application frequently.
  • Your current release process involves many manual steps that are prone to error.
  • You want to automate the creation of Git tags and branches for releases.
  • You're deploying software to multiple environments (e.g., development, staging, production).

Key capabilities

  • Automated version bumping in package.json or similar files.
  • Creation of Git tags based on semantic versions.
  • Branching strategies for release management.
  • Deployment to specified environments.
  • Configurable workflow steps.

Example prompts

  • "Release a new version of the application, bumping the patch number."
  • "Create a release branch from main and tag it with the current semantic version."
  • “Deploy version 1.2.3 to the staging environment.”

Tips & gotchas

This skill requires appropriate Git repository access for automated tagging and branching. Ensure your AI agent has the necessary permissions configured within your project's Git hosting provider (e.g., GitHub, GitLab).

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
fxstein
Installs
5

🌐 Community

Passed automated security scans.