bundle-release

Coordinate ycc bundle release lifecycle with preflight, version bump, validation, and release-notes generation.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yandy-r/claude-plugins --skill bundle-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bundle-release
Source: https://github.com/yandy-r/claude-plugins/tree/main/.cursor-plugin/skills/bundle-release
Command: npx skills add https://github.com/yandy-r/claude-plugins --skill bundle-release

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The bundle-release skill orchestrates the end-to-end release process for the ycc code bundle, coordinating validation, version bumps, and release-note drafting to ensure a clean, auditable rollout.

Core Features & Use Cases

  • Preflight checks to verify a clean working tree and version parity across hand-edited files.
  • Phase-driven release workflow: bump version, regenerate bundles, run full validation, and draft release notes.
  • Supports dry-run, notes skipping, and no-publish modes to keep control in your hands.

Quick Start

Run the release workflow to validate, bump, regenerate bundles, and draft notes for a new version.

Frequently Asked Questions about bundle-release

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

FAQPage Schema
How do I automate a git release workflow with semver version bumps?

You can automate a git release workflow with semver version bumps by running a phase-driven process that executes preflight checks, bumps versions, regenerates bundles, validates outputs, and drafts release notes end-to-end.

What is preflight validation in a bundle release process?

Preflight validation in a bundle release process verifies that your git working tree is clean and enforces version parity across all hand-edited files before any version bump or bundle regeneration occurs.

Can I run a release workflow in dry-run mode without publishing?

You can run a release workflow in dry-run mode without publishing by enabling optional no-publish or dry-run modes. This executes preflight, version bump, and validation scripts while keeping final publication control in your hands.

How do I generate release notes for a new version bump?

To generate release notes for a new version bump, you run a draft-notes script after completing validation and bundle regeneration phases, producing auditable notes based on the updated version state of your repository.

Do I need Python and Git to run automated release versioning scripts?

Yes, you need Python3 and Git installed to run automated release versioning scripts, as the workflow coordinates phase-driven shell scripts that depend on Git for working tree checks and Python for orchestration logic.