What problem does it solve?
This Skill solves the problem of getting the Qaio app built and distributed when CI/release automation is broken, by providing a reliable manual macOS build-and-release workflow.
Core Features & Use Cases
- Deterministic local universal builds: Builds the engine sidecar for both
aarch64-apple-darwin and x86_64-apple-darwin, then produces a universal pnpm tauri build --target universal-apple-darwin app.
- Clean rebuilds and controlled artifacts: Removes stale bundle and dist outputs to reduce mismatched artifacts and “works on my machine” issues.
- Manual notarization workflow for DMG: Performs Apple notarization and DMG stapling because Tauri skips DMG notarization, then verifies Gatekeeper acceptance and architecture correctness.
- One-stop distribution for quick shipping: Copies the resulting DMG to
~/Desktop/Qaio-{version}.dmg and includes validation steps for installation on a clean Mac.
Quick Start
Ask it to perform a local universal macOS build and produce a notarized DMG on your machine using the required Apple signing and notarization environment variables.