release

Automate the end-to-end release workflow for oh-my-claudecode.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ClementATH/oh-my-claudecode --skill release-clementath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/ClementATH/oh-my-claudecode/tree/main/skills/release
Command: npx skills add https://github.com/ClementATH/oh-my-claudecode --skill release-clementath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the release process for oh-my-claudecode, ensuring version consistency and smooth publishing across platforms.

Core Features & Use Cases

  • Version bump automation across multiple files and artifacts.
  • End-to-end release workflow from testing to publishing.
  • Use Case: When preparing a new version, run the release skill to synchronize all version references and publish to npm and GitHub.

Quick Start

Run the release command to bump, tag, publish, and release a new version.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate npm publishing and version bumping across multiple files?

Automate npm publishing and version bumping by running a single release command that synchronizes version references across files, executes tests, applies git tags, and publishes artifacts to npm and GitHub.

What is the best way to synchronize version references before publishing to npm?

Synchronize version references by applying an automated release workflow that enforces deterministic steps and validations to ensure cross-file version consistency before tagging and publishing.

Does this release workflow run tests before applying git tags and publishing?

Yes, the release workflow runs test execution as a deterministic step before git tagging and npm publishing to ensure validation guardrails are met.

Can I manage GitHub releases alongside npm publishing in one automated workflow?

Yes, you can manage GitHub releases alongside npm publishing by running an end-to-end workflow that handles version bumping, testing, git tagging, and release artifact updates.

What are the limitations of automating version updates with this workflow?

The workflow applies to release scenarios requiring cross-file version synchronization, npm publishing, and GitHub release management, enforcing deterministic steps and guardrails across version updates and test execution.

Why do I need an automated release workflow for versioning and publishing?

An automated release workflow ensures version consistency and smooth publishing across platforms by enforcing deterministic steps, validations, and guardrails across version updates, test execution, and git tagging.