release-cch

Official

Automate CCH release workflows end-to-end.

AuthorSpillwaveSolutions
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the end-to-end release workflow for Claude Context Hooks (CCH), reducing manual steps from version bumps to GitHub release publishing.

Core Features & Use Cases

  • Version management: reads the current version from Cargo.toml, proposes a new semantic version, and documents changes.
  • Release orchestration: creates a dedicated release branch, runs preflight checks, generates changelog, and coordinates PR creation.
  • Tagging & publishing: merges the release PR, creates a Git tag, and publishes release assets on GitHub, including platform builds and checksums.
  • Hotfix support: provides a streamlined workflow to patch an existing release with minimal changes.
  • Use Case: When you need to release a new version of Claude Context Hooks across Linux, macOS, and Windows, with automated changelog and release notices.

Quick Start

Start the release by reading the current version and following the standard workflow:

  • Read current version: .opencode/skill/release-cch/scripts/read-version.sh
  • Bump version in Cargo.toml and commit
  • Run preflight checks: .opencode/skill/release-cch/scripts/preflight-check.sh
  • Generate changelog: .opencode/skill/release-cch/scripts/generate-changelog.sh ${VERSION}
  • Create and merge a release PR, then tag and push: git tag v${VERSION}; git push origin v${VERSION}
  • Verify the release: .opencode/skill/release-cch/scripts/verify-release.sh

Dependency Matrix

Required Modules

gitghcargo

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: release-cch
Download link: https://github.com/SpillwaveSolutions/code_agent_context_hooks/archive/main.zip#release-cch

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.