What problem does it solve? Releasing a signed universal macOS desktop app requires a precise build, signing, and verification order; this Skill encodes that procedure so release artifacts are reproducible and correctly provenance-tracked. ## Core Features & Use Cases - Universal Binary Packaging: Builds aarch64 and x86_64 backend and desktop slices, lipos them, and signs in the correct order so embedded SHA256 digests stay valid. - Artifact Verification: Verifies ZIP checksums, nested signatures, resources, system-only linkage, and runs packaged-backend and desktop policy tests. - Release Provenance: Matches remote SHA, workflow run, artifact COMMIT, and checksums before preparing draft prereleases or tagged releases. - Use Case: A maintainer on Apple Silicon runs the packaging script, verifies the extracted app in a fresh directory, launches it with a disposable home, and prepares a draft prerelease tied to the candidate branch. ## Quick Start Build and verify the universal macOS desktop release bundle for CG-agent-harness and prepare a draft prerelease for the current candidate branch.