CtrlK
BlogDocsLog inGet started
Tessl Logo

fix-codesign-error

Slash command that inspects a macOS signing or entitlement failure and explains the minimum fix path. Invoke explicitly with /fix-codesign-error — this skill never self-triggers.

63

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/fix-codesign-error/SKILL.md
SKILL.md
Quality
Evals
Security

Fix Codesign Error

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.
Repository
robinebers/openusage
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.