Agent Skills
› fanfan-de/anybox
› packaging-notarization
packaging-notarization
GitHub用于 macOS 应用打包与公证工作流。在归档、验证包结构或排查分发失败时使用。涵盖确认分发目标、检查签名与运行时前提、解释公证状态,并提供具体的验证与修复建议。
Trigger Scenarios
准备 macOS 应用归档
验证应用包结构
排查公证失败问题
检查代码签名和硬化的运行时设置
Install
npx skills add fanfan-de/anybox --skill packaging-notarization -g -y
SKILL.md
Frontmatter
{
"name": "packaging-notarization",
"description": "Prepare macOS packaging and notarization workflows. Use when archiving apps, validating bundles, or explaining distribution-only failures."
}
Packaging & Notarization
Quick Start
Use this skill when the work is about shipping the app rather than merely running it locally: archives, exported app bundles, notarization readiness, hardened runtime, or distribution validation.
Workflow
-
Confirm the distribution goal.
- Local archive validation
- Signed distributable app
- Notarization troubleshooting
-
Inspect the artifact.
- Validate app bundle structure.
- Check nested frameworks, helper tools, and entitlements.
-
Inspect signing and runtime prerequisites.
- Hardened runtime
- Signing identity
- Nested code signatures
- Required entitlements
-
Explain notarization readiness or failure.
- Separate packaging issues from trust-policy symptoms.
- Point to the minimum follow-up validation commands.
Guardrails
- Do not present notarization as required for ordinary local debug runs.
- Call out when you lack the actual exported artifact and are inferring from project settings.
- Keep advice concrete and verifiable.
Output Expectations
Provide:
- what artifact or settings were inspected
- whether the app looks distribution-ready
- the top missing prerequisite or failure mode
- the next validation or repair step
Version History
- 08dc189 Current 2026-07-05 18:55


