xcodebuild-notify

Installation
SKILL.md

xcodebuild-notify

macOS notifications for xcodebuild commands, mimicking Xcode's native build notifications.

When to Use

This skill activates automatically via a PostToolUse hook on Bash commands. No manual invocation needed — any xcodebuild command triggers it.

How It Works

The hook script (hooks/scripts/xcodebuild-notify.sh) runs after every Bash tool use:

  1. Checks if the command contains xcodebuild — exits early if not
  2. Parses -scheme and -project flags from the command
  3. Checks tool output for BUILD SUCCEEDED or BUILD FAILED
  4. Sends a macOS notification via osascript

Hook Configuration

Installs
5
GitHub Stars
31
First Seen
Mar 7, 2026
xcodebuild-notify — artemnovichkov/skills