release

Automate release workflows coordinating versioning, documentation, and deployment.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tygwan/ultra-codex-init --skill release-tygwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/tygwan/ultra-codex-init/tree/main/.codex/skills/release
Command: npx skills add https://github.com/tygwan/ultra-codex-init --skill release-tygwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates release planning, changelog management, and deployment into a single, repeatable workflow to reduce manual coordination and errors.

Core Features & Use Cases

  • Release preparation: generate release notes and checklists before distribution.
  • Version control & tagging: automate version bumps, tags, and documentation synchronization.
  • Deployment orchestration: coordinate steps across phases, sprints, and gates to ship changes reliably.

Quick Start

Run /release prepare vX.Y.Z to begin a synchronized release workflow.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate release workflows with versioning and deployment steps?

Automating release workflows coordinates version bumps, changelog updates, and multi-stage deployment gates into a single deterministic sequence. This reduces manual coordination by validating outputs against a predefined checklist and triggering phase and sprint alignment.

What is the best way to generate release notes and checklists before deployment?

Generating release notes and checklists before distribution is handled through release preparation. This consolidates documentation synchronization and validation steps, ensuring outputs are checked against predefined criteria before proceeding to deployment gates.

How do I coordinate multi-stage deployment gates across different phases and sprints?

Coordinating multi-stage deployment gates across phases and sprints is achieved through deployment orchestration. This enforces deterministic steps and triggers phase and sprint alignment to reliably ship changes without manual intervention.

Can I synchronize version bumps and documentation updates in a single automated workflow?

Synchronizing version bumps and documentation updates is supported within the integrated release workflow. It applies version control tagging alongside changelog management to enforce deterministic steps and validate outputs against a release checklist.

When do I need an integrated release workflow for software delivery?

An integrated release workflow is needed for standard software delivery scenarios requiring coordinated versioning, documentation, and deployment. It consolidates these phases to reduce manual errors and enforce deterministic steps across release gates.

Does automated release planning require external dependencies to validate deployment gates?

Automated release planning operates without external dependencies to validate deployment gates. It enforces deterministic steps and validates outputs internally against a predefined release checklist to ensure reliable multi-stage deployment.