Skip to content
Development
Command

/macos-signing-inspect

Inspect a macOS signing or entitlement failure and explain the minimum fix path.

From plugin
plug-n-skills
93 skills3 commands
Install
$ npx -y skills add Xopoko/plug-n-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/macos-signing-inspect

Context preview

What this command does when you run it.

Inspect a macOS signing or entitlement failure and explain the minimum fix path.

Command definition

macos-signing-inspect.md

/macos-signing-inspect

Inspect a macOS signing or entitlement failure and explain the minimum fix path.

Arguments

  • `app`: path to `.app` bundle or binary (optional)
  • `identity`: signing identity hint (optional)
  • `mode`: `inspect` or `repair-plan` (optional, default: `inspect`)

Workflow

1. Inspect the app bundle, executable, signing info, and entitlements. 2. Determine whether the problem is identity, provisioning, hardened runtime, sandboxing, or trust policy. 3. Summarize the exact failure class in plain language. 4. Provide the minimal repair sequence or validation command.

Guardrails

  • Never invent entitlements; read them from the binary or source files.
  • Distinguish local development signing problems from distribution or notarization failures.
  • Prefer verifiable commands like `codesign -d`, `spctl`, and `plutil` over guesswork.
Ships withplug-n-skills

Ready-to-install skills and plugins that make coding agents better at real development work. Plug'n Skills is a library of plugin packs for Codex, Claude Code, Cursor, and other coding agents.

Get the whole plugin, auto-invoked
Stats
9
Stars
0
Views
0
Forks
Active
Maintenance
Python
Language
MIT
License
12h ago
Last commit
2mo ago
Created

Repo: Xopoko/plug-n-skills