outthislife/brooklyn-skills · Archived

notarize-mac

>- Build and verify a signed, notarized macOS app or DMG using the project's existing notarization automation. Use when the user asks to notarize a Mac build, produce a release DMG, or verify Gatekeeper.

First seen Aug 10, 2026

Installation

$ npx skills add outthislife/brooklyn-skills --skill notarize-mac

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Also in this package

Other skills from outthislife/brooklyn-skills · top by installs.

npx skills add outthislife/brooklyn-skills

Browse all from outthislife/brooklyn-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 185
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,179 B
  • docs SUMMARY.md 220 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Notarize macOS Build

Use the project's existing notarization automation. Don't invent a new signing pipeline or expose credentials.

Procedure

  1. Confirm the checkout and branch. Default to a clean, current default branch.
  2. Locate the existing notarization/release script (e.g. a

notarize-*-installer.sh or the release script the project already ships): - use a path the user supplies first; - otherwise search the repo and nearby release/notary checkouts; - if none exists, ask for its location instead of recreating it.

  1. Run the script from the environment it expects.
  2. Preserve its signing identity, App Store Connect key handling, artifact

naming, and notarization flow.

  1. Verify the resulting artifact with the script's checks or spctl.
  2. Report the artifact path, size, notarization result, and Gatekeeper result.

Never print private key contents, signing credentials, or secret values.