ooz-macos-release

Automate macOS app and CLI release from version bump to Homebrew deployment.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/oozoofrog/codex-skills --skill ooz-macos-release
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: ooz-macos-release
Source: https://github.com/oozoofrog/codex-skills/tree/main/ooz-macos-release
Command: npx skills add https://github.com/oozoofrog/codex-skills --skill ooz-macos-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

macOS μ•±/CLI 릴리슀 μž‘μ—…μ„ μžλ™ν™”ν•˜κ±°λ‚˜ κ°€μ΄λ“œν•©λ‹ˆλ‹€. 버전 λ²”ν”„, Release λΉŒλ“œ, DMG/ZIP, GitHub Release, Homebrew 배포가 ν•„μš”ν•  λ•Œ μ‚¬μš©ν•©λ‹ˆλ‹€.

Core Features & Use Cases

  • End-to-end release workflow for macOS apps/CLI: version bump, build, packaging, GitHub Release, and Homebrew publishing.
  • Dry-run planning and local verification to ensure safe, repeatable releases.
  • Reuse and reference existing release scripts and checklists to maintain auditability.

Quick Start

Run the macos release workflow to perform a dry-run or real release with version bump, build, packaging, verification, and publishing steps.

Frequently Asked Questions about ooz-macos-release

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

FAQPage Schema
How do I automate macOS app releases from build to Homebrew deployment?β–Ό

Automate macOS app releases end-to-end by chaining version bumps, DMG/ZIP packaging, GitHub Release creation, and Homebrew deployment into a single workflow. This process ensures repeatable steps from build generation to final public distribution.

What does a macOS release dry-run verification check before publishing?β–Ό

A macOS release dry-run verification checks the build, packaging, and local install steps without pushing public artifacts. It enforces guardrails to prevent unintended GitHub Release or Homebrew deployments by validating the entire workflow locally first.

Can I use this workflow for CLI tools or is it only for macOS apps?β–Ό

You can use this macOS release workflow for both apps and CLI tools. It automates DMG/ZIP packaging, GitHub Release creation, and Homebrew deployment specifically tailored for macOS software distribution across both formats.

What's the best way to publish a Homebrew formula after creating a GitHub Release?β–Ό

The best way to publish a Homebrew formula is to automate the deployment immediately after GitHub Release creation. This workflow handles DMG/ZIP packaging and Homebrew publishing in safe, repeatable steps, ensuring the formula matches the released binaries.

Do I need existing release scripts to automate a DMG packaging workflow?β–Ό

You do not need existing scripts, as the workflow guides the entire DMG packaging process. However, it can reuse and reference your existing release scripts and checklists to maintain auditability and safe, repeatable releases.