omc-release

Guide software release preparation, versioning, and execution with confirmation.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/huyhung9630/codex_plugin --skill omc-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-release
Source: https://github.com/huyhung9630/codex_plugin/tree/main/plugins/oh-my-codex-workflows/skills/omc-release
Command: npx skills add https://github.com/huyhung9630/codex_plugin --skill omc-release

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill assists with preparing and executing software releases, ensuring that release processes are discovered, explained, and guided carefully.

Core Features & Use Cases

  • Release Discovery: Identifies and explains repository release processes.
  • Pre-Release Checklist: Checks for necessary conditions before executing release steps.
  • Version Management: Determines and updates version numbers for releases.
  • Release Execution: Executes irreversible release actions like tagging, pushing, and publishing with user confirmation.
  • Verification: Verifies release actions with evidence such as tags, CI workflows, and registry entries.
  • Use Case: Ideal for developers or DevOps teams looking to streamline and safely automate release procedures.

Quick Start

Run the omc-release skill with the specific version tag you want to release, e.g., 'omc-release 1.0.0'.

Frequently Asked Questions about omc-release

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

FAQPage Schema
How do I automate software deployment safely when executing irreversible release actions?

To automate software deployment safely, you need a release process that requires user confirmation before executing irreversible actions like tagging, pushing, and publishing to package registries. This ensures oversight during deployment.

What is a pre-release checklist for CI/CD pipelines and version control?

A pre-release checklist for CI/CD pipelines verifies necessary conditions are met before executing release steps. It validates version management and release rules to ensure the repository is fully prepared for deployment.

How do I determine and update version numbers for a repository release workflow?

Determining and updating version numbers involves using version management guidance during the release process. It identifies the correct version tag for your software release and updates repository files before deployment.

Can I verify release actions like CI workflows and package registry entries after deployment?

Yes, you can verify release actions after deployment by checking for evidence such as created version control tags, completed CI workflows, and successful package registry entries to confirm the software release succeeded.

Does release automation work with existing CI/CD pipelines and package registries?

Release automation works with existing CI/CD pipelines and package registries by discovering and explaining repository release processes. It guides deployment workflows involving version control and publishing without requiring external dependencies.