release

Automate software releases with version bumping and GitHub Actions tagging.

1|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/TarasTsavolyk/claude-code-frontend --skill release-tarastsavolyk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/TarasTsavolyk/claude-code-frontend/tree/main/.claude/skills/release
Command: npx skills add https://github.com/TarasTsavolyk/claude-code-frontend --skill release-tarastsavolyk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the release management process, automating the steps required to cut a release, derive notes, and perform the quality gate, making it easier to ship new versions efficiently.

Core Features & Use Cases

  • Automated Release Process: Handles release mechanisms like CHANGELOG-driven or Changesets.
  • Version Bumping: Derives notes and picks the SemVer bump for the release.
  • Quality Gate: Ensures the code passes lint, tests, and typecheck before shipping.
  • Integration: Works with GitHub Actions for tagging and publishing releases.
  • Use Case: Ideal for teams looking to automate the release process, particularly those using Vue.js with tools like Vite, Pinia, Vitest, and Playwright.

Quick Start

Run /release to automate the release process of your project.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate version bumping and release management with GitHub Actions?

Automate release management by running the /release command to handle SemVer version bumping, quality gate checks, and GitHub Actions integration for tagging and publishing. It streamlines cutting a new release efficiently.

What is the best way to run quality gate checks before a version release?

Quality gate checks for a version release ensure code passes lint, tests, and typecheck before shipping. This release automation prevents broken code from being published by validating quality standards during the process.

Can I use Changesets or CHANGELOG-driven release mechanisms for SemVer updates?

Yes, you can use both Changesets and CHANGELOG-driven release mechanisms for SemVer updates. The automation derives release notes and picks the appropriate version bump based on your chosen mechanism.

Does release automation work with Vue.js projects using Vite, Vitest, and Playwright?

Release automation is ideal for Vue.js projects using Vite, Pinia, Vitest, and Playwright. It integrates smoothly with this stack to automate version updates and ensure quality gates pass before deployment.

How do I generate release notes and tag versions automatically in CI?

Generate release notes and tag versions automatically by integrating release automation with GitHub Actions. The process derives notes from your changes, applies the SemVer bump, and handles the git tagging automatically.