
Xcodebuildmcp Packaging Resource Review
- 21 installs
- 6.2k repo stars
- Updated August 4, 2026
- cameroncooke/xcodebuildmcp
xcodebuildmcp-packaging-resource-review is a skill that reviews XcodeBuildMCP packaging, resource-root, and portable macOS distribution changes.
About
This skill reviews XcodeBuildMCP packaging, resource-root, build-artifact, bundled AXe, schema, manifest, and portable macOS distribution changes. It enforces guardrails such as the published package including required runtime resources and wrapper scripts preserving XCODEBUILDMCP_RESOURCE_ROOT and DYLD_FRAMEWORK_PATH. It is review-only unless implementation changes are explicitly requested.
- Reviews XcodeBuildMCP packaging, resource-root, and portable macOS distribution changes
- Checks that published and portable package layouts include required runtime resources
- Verifies wrapper scripts preserve resource-root and framework-path environment variables
Xcodebuildmcp Packaging Resource Review by the numbers
- 21 all-time installs (skills.sh)
- Ranked #723 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-packaging-resource-review capabilities & compatibility
- Capabilities
- code review · release review · packaging review
- Works with
- docker
- Use cases
- code review · devops
- Platforms
- macOS
What xcodebuildmcp-packaging-resource-review says it does
Review guardrails for package/build/resource integrity and portable distribution.
Wrapper scripts preserve `XCODEBUILDMCP_RESOURCE_ROOT` and `DYLD_FRAMEWORK_PATH`.
Do not assume build outputs exist before `npm run build`.
npx skills add https://github.com/cameroncooke/xcodebuildmcp --skill xcodebuildmcp-packaging-resource-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 21 |
|---|---|
| repo stars | ★ 6.2k |
| Last updated | August 4, 2026 |
| Repository | cameroncooke/xcodebuildmcp ↗ |
What it does
Review XcodeBuildMCP packaging and portable-distribution changes for resource integrity.
Who is it for?
Ensuring published and portable XcodeBuildMCP packages include the resources and env vars they need to run.
Skip if: Editing product code, which it avoids unless explicitly requested.
When should I use this skill?
When reviewing XcodeBuildMCP packaging, resource-root, build artifact, bundled AXe, schema, or portable distribution changes.
What you get
Packaging changes are verified to preserve required resources and portable-distribution integrity.
- Findings on packaging and resource-integrity guardrails
By the numbers
- 7 packaging guardrail checks
Files
XcodeBuildMCP Packaging and Resource Review
Review guardrails for package/build/resource integrity and portable distribution.
Review scope
- Review-only by default.
- Do not edit product code unless the user explicitly requests implementation changes.
Files to inspect
package.jsonscripts/copy-build-assets.jsscripts/package-macos-portable.shscripts/build-website-manifest.mjsschemas/**manifests/**skills/**bundled/**when present- Resource-root utilities when touched
Guardrails
- Published package
filesincludes required runtime resources. - Portable package includes
build,manifests,bundled,skills,package.json, and production dependencies. - AXe binary/framework expectations remain verified.
- Wrapper scripts preserve
XCODEBUILDMCP_RESOURCE_ROOTandDYLD_FRAMEWORK_PATH. - Schemas and manifests stay available in installed and portable layouts.
- Do not assume build outputs exist before
npm run build. - Avoid network-dependent packaging behavior without verification/checksums.
Validation
npm run build- Packaging-specific when touched:
npm run package:macos -- --help(if supported)npm run verify:portableafter artifact creationnpx skill-check .agents/skills/xcodebuildmcp-packaging-resource-review
Related skills
FAQ
What does the portable package need?
build, manifests, bundled, skills, package.json, and production dependencies per the guardrails.
Which env vars matter?
Wrapper scripts must preserve XCODEBUILDMCP_RESOURCE_ROOT and DYLD_FRAMEWORK_PATH.