release-conductor

Automate OTA and CI/CD software releases with phased rollouts and automatic rollback.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill release-conductor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-conductor
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/release-conductor
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill release-conductor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the release of software changes to production, including web-layer updates and native app builds, ensuring safe, phased rollouts with automatic rollback.

Core Features & Use Cases

  • OTA and Native Rollout: Automates Over-The-Air (OTA) and native app releases, including phased rollouts and automatic rollback for stability.
  • Web-Layer Changes: Supports web-layer updates like JS/CSS/HTML changes with OTA without app review.
  • Native Changes: Manages native builds for iOS and Android, utilizing CI pipelines and automated signing.
  • Rollout + Rollback: Handles phased rollouts with automatic rollback on crash rate breach and integrates with release tracking systems.

Quick Start

Run 'release-conductor web-only' to roll out a web-layer update, or 'release-conductor native' for native app releases.

Frequently Asked Questions about release-conductor

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

FAQPage Schema
How do I automate OTA rollouts for web-layer updates without app review?

Automate OTA rollouts by deploying web-layer changes like JS, CSS, and HTML directly over the air. This bypasses app review processes and pushes updates instantly to production using automated release workflows.

What is automatic rollback in CI/CD release management?

Automatic rollback in release management reverts software changes when crash rates breach predefined guardrails. It monitors deployment stability during phased rollouts and triggers an automated revert to maintain system integrity.

Does release-conductor support native app builds for iOS and Android?

Yes, release-conductor supports native app builds for iOS and Android. It utilizes CI pipelines and automated signing to manage native changes alongside OTA web-layer updates for comprehensive production management.

How do I configure phased rollouts for production deployments?

Configure phased rollouts by defining deployment guardrails within your CI/CD pipeline. The system gradually releases software changes to production, automatically halting or rolling back if crash rate thresholds are breached.

When should I use OTA updates instead of native app releases?

Use OTA updates for web-layer changes like JS, CSS, or HTML to bypass app review delays. Choose native app releases via CI pipelines when modifying core iOS or Android code requiring compiled builds and automated signing.