release-workflow

Automate version bumping, changelog generation, and multi-platform GitHub releases.

1|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/fattits30-dev/Justice-Companion --skill release-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-workflow
Source: https://github.com/fattits30-dev/Justice-Companion/tree/main/.claude/skills/release-workflow
Command: npx skills add https://github.com/fattits30-dev/Justice-Companion --skill release-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, gh, tsx.

What problem does it solve?

This Skill automates the entire software release process, eliminating manual errors and saving significant time. It ensures consistent, high-quality deployments across multiple platforms, from version bumping to publishing on GitHub.

Core Features & Use Cases

  • End-to-End Automation: Handles version bumping, changelog generation, and multi-platform builds (Windows, macOS, Linux).
  • GitHub Release Integration: Automatically creates GitHub releases with attached installers and release notes.
  • Pre-Release Validation: Ensures code quality, test coverage, and environment readiness before deployment.
  • Use Case: When you're ready to ship a new feature, Claude orchestrates the entire release: bumping the version, generating a changelog, building Windows, macOS, and Linux installers, and publishing them to GitHub, all with a single command.

Quick Start

Create a patch release (e.g., for a bug fix)

pnpm release patch

Create a minor release (e.g., for new features)

pnpm release minor

Perform a dry run to see changes without publishing

pnpm release minor --dry-run