release-orchestrator

Coordinate builds, version checks, changelogs, and deployment prep across Web, iOS, and Android.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wolram/skills --skill release-orchestrator-wolram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-orchestrator
Source: https://github.com/wolram/skills/tree/main/apple-dev/release-orchestrator
Command: npx skills add https://github.com/wolram/skills --skill release-orchestrator-wolram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the complete release workflow for a Web, iOS, and Android monorepo, coordinating builds, versioning, changelog generation, and deployment preparation.

Core Features & Use Cases

  • Cross-platform orchestration: Unifies the release steps for Web, iOS, and Android under a single trigger.
  • Version management & changelog: Automatically checks and updates versions and generates changelogs from commits.
  • Safe deployment workflow: Supports dry-run mode and human-validated deployment readiness to prevent unintended releases.

Quick Start

Run the release orchestrator to execute the full multi-platform release workflow across all targets.

Frequently Asked Questions about release-orchestrator

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

FAQPage Schema
How do I automate cross-platform releases for a monorepo with Web, iOS, and Android targets?

Automating cross-platform releases for a monorepo involves coordinating builds, version checks, changelog generation, and deployment preparation across Web, iOS, and Android targets under a single unified trigger.

What is a unified dry-run workflow for multi-platform software releases?

A unified dry-run workflow for multi-platform releases executes all build, version check, and changelog generation steps across platforms without deploying, providing human-validated deployment readiness before production promotion.

How do I generate changelogs and manage versioning across iOS, Android, and Web in a monorepo?

To generate changelogs and manage versioning across iOS, Android, and Web, a release orchestrator automatically checks commits, updates platform versions, and generates changelogs during the cross-platform build process.

Does release automation work with platform-specific pipelines for each target in a monorepo?

Yes, release automation applies to monorepos with multiple platforms by enabling per-platform release steps, allowing platform-specific pipelines to execute safely while orchestrated under a single workflow.

What is the best way to ensure safe deployment readiness for Android, iOS, and Web applications?

The best way to ensure safe deployment readiness for Android, iOS, and Web applications is using a workflow with dry-run mode and human validation to prevent unintended releases before promoting to production.