rigor-release-prep

Automate RubyGem release prep by updating version files, changelogs, and running verification checks.

96|1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/rigortype/rigor --skill rigor-release-prep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rigor-release-prep
Source: https://github.com/rigortype/rigor/tree/main/.codex/skills/rigor-release-prep
Command: npx skills add https://github.com/rigortype/rigor --skill rigor-release-prep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of preparing a new release for a RubyGem by automating version bumps, changelog management, and verification steps.

Core Features & Use Cases

  • Version Bumping: Automatically updates the gem's version number across multiple files.
  • Changelog Management: Adds release notes following semantic versioning and maintains changelog clarity.
  • Release Verification: Runs tests and checks to ensure the release is consistent and ready for publication.
  • Use Case: When preparing to publish a new gem version, this Skill handles all necessary file updates, changelog entries, and verification steps to ensure a smooth release process.

Quick Start

Run the Skill to update the version, enhance the changelog, and verify all release steps are complete before publishing.

Frequently Asked Questions about rigor-release-prep

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

FAQPage Schema
How do I automate Ruby gem version bumps and changelog updates for a release?

Automating Ruby gem release preparation involves updating version numbers across multiple files and managing changelog entries to ensure consistency. This Skill executes automated version bumping, changelog editing, and pre-release verification checks to streamline the process.

What is the best way to prepare a RubyGem for publication while ensuring semantic versioning compliance?

Preparing a RubyGem for publication requires strict adherence to semantic versioning standards during version updates and changelog management. This Skill applies automated versioning rules and generates compliant changelog entries to maintain release integrity.

Does this Ruby release automation tool handle pre-release verification and testing?

Yes, Ruby release automation includes running pre-release checks and tests to verify release integrity. This Skill executes verification steps to ensure all file updates are consistent and the gem is fully ready for publication.

Can I use this automation Skill to update version numbers across multiple Ruby files?

Yes, you can use this automation Skill to update version numbers across multiple files simultaneously. It automatically modifies the required version files during the gem release workflow to prevent manual update errors.

How does automated changelog management work during a Ruby gem release?

Automated changelog management adds structured release notes following semantic versioning rules during a Ruby gem release. This Skill maintains changelog clarity by programmatically editing entries to reflect the latest version updates.