
Xcodebuildmcp Packaging Resource Review
- 17 installs
- 6.2k repo stars
- Updated August 4, 2026
- getsentry/xcodebuildmcp
xcodebuildmcp-packaging-resource-review audits packaging and resource distribution changes.
About
The xcodebuildmcp-packaging-resource-review skill reviews packaging, resource-root, build artifact, bundled AXe, schema, manifest, and portable macOS distribution changes for XcodeBuildMCP. Review-only by default without product code edits unless requested. Scope inspects release bundles, resource roots, portable macOS packaging scripts, and manifest fields tied to distributed artifacts. Guardrails require npm run build before assuming outputs exist, verify bundled resources match documented CLI capabilities, and ensure packaging changes do not break portable installs. Validation runs build and packaging smoke steps when touched. Output lists packaging risks, missing artifacts, and manifest inconsistencies affecting distribution. Review guardrails for package/build/resource integrity and portable distribution. Do not edit product code unless the user explicitly requests implementation changes. AXe binary/framework expectations remain verified. Schemas and manifests stay available in installed and portable layouts. Avoid network-dependent packaging behavior without verification/checksums.
- Reviews packaging and portable macOS distribution changes.
- Inspects bundled resources and build artifact layout.
- Requires build before assuming outputs exist.
- Review-only unless implementation fixes requested.
- Validates manifest fields for distributed artifacts.
Xcodebuildmcp Packaging Resource Review by the numbers
- 17 all-time installs (skills.sh)
- Ranked #172 of 248 Release Management skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-packaging-resource-review capabilities & compatibility
- Capabilities
- packaging review scope and guardrails · build before assume outputs rule
- Use cases
- code review · devops
- Platforms
- macOS
What xcodebuildmcp-packaging-resource-review says it does
Use when reviewing XcodeBuildMCP packaging, resource-root, build artifact, bundled AXe, schema, manifest, and portable macOS distribution changes
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-packaging-resource-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 17 |
|---|---|
| repo stars | ★ 6.2k |
| Last updated | August 4, 2026 |
| Repository | getsentry/xcodebuildmcp ↗ |
How do I review XcodeBuildMCP portable packaging PRs?
Review XcodeBuildMCP packaging, bundled resources, and portable macOS distribution changes.
Who is it for?
Maintainers changing XcodeBuildMCP release packaging.
Skip if: Skip for pure documentation typo fixes without packaging impact.
When should I use this skill?
User reviews packaging, resource roots, or portable distribution changes.
What you get
Findings on bundles, resources, and manifest distribution alignment.
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 xcodebuildmcp-packaging-resource-review do?
xcodebuildmcp-packaging-resource-review audits packaging and resource distribution changes.
When should I use xcodebuildmcp-packaging-resource-review?
User reviews packaging, resource roots, or portable distribution changes.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.