pusewicz

Release Gem — Documentation skill for Claude Code

Documentation community

Prepare a release of the gem by running checks, ensuring version is bumped, changelog is updated, and creating a PR.

How to install Release Gem

Installs to ~/.claude/commands/pusewicz-cf-mcp-release-gem.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pusewicz/cf-mcp/HEAD/.claude/commands/release-gem.md -o ~/.claude/commands/pusewicz-cf-mcp-release-gem.md

Restart Claude Code, or start a new session, for it to be picked up.

What Release Gem does

Prepare a release of the gem by running checks, ensuring version is bumped, changelog is updated, and creating a PR.

  1. Run `rake test` to ensure all tests pass. If tests fail, stop and report the failures.

  2. Run `rake standard` to check code style. If there are issues, run `rake standard:fix` and include the fixes.

  3. Run `rake manifest` to regenerate Manifest.txt.

  4. Check the current version in lib/cf/mcp/version.rb.

  5. Check git log to see what changes have been made since the last rel

Alternatives in Documentation

  • Changelog Update — Hydrogen Upgrade Command Changelog Update - Optimized for Claude 2.1k ★
  • 99 Release — MoAI-ADK production release via Enhanced GitHub Flow (CLAUDE.local.md §18) 991 ★
  • Updateversion — Update Version — 版本号更新 + CHANGELOG 自动生成 835 ★

Full documentation available on GitHub

View Source Repository