/macos-signing-inspect
Inspect a macOS signing or entitlement failure and explain the minimum fix path.
$ npx -y skills add Xopoko/plug-n-skills --agent claude-codeHow 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.
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.
Repo: Xopoko/plug-n-skills
Other commands on plug-n-skills.
- /macos-runtime-debug
Create or update the project-local macOS `build_and_run.sh` script, wire the host run action when supported, then use that script as the default build/run entrypoint.
Open command - /macos-test-diagnose
Run the smallest meaningful macOS test scope first and explain failures by category.
Open command

