
Xcodebuildmcp Tool Contract Review
- 18 installs
- 6.2k repo stars
- Updated August 4, 2026
- getsentry/xcodebuildmcp
xcodebuildmcp-tool-contract-review audits tool contract changes across surfaces.
About
The xcodebuildmcp-tool-contract-review skill reviews tool contract changes across implementation, manifests, workflow membership, output schema metadata, and next-step templates for XcodeBuildMCP. Review-only by default without product code edits unless requested. Scope ensures new or changed tools update CLI catalogs, MCP manifests, workflow groupings, outputSchema fields, and next-step prompt templates together. Guardrails catch tools documented but not registered, schema metadata drift from handlers, and workflow entries referencing removed commands. Validation includes manifest generation checks and skill-check for the affected review skill. Output prioritizes contract breakage risks that would surface differently in MCP versus direct CLI invocation. Review guardrails for tool contract changes across implementation, manifests, and workflow exposure. Do not edit product code unless the user explicitly requests implementation changes. Tool appears in at least one workflow unless intentionally hidden by availability.
- Reviews tool contracts across code, manifests, and workflows.
- Checks outputSchema metadata matches handler outputs.
- Ensures CLI catalog and MCP manifest stay synchronized.
- Review-only unless implementation fixes are requested.
- Flags next-step template drift from tool changes.
Xcodebuildmcp Tool Contract Review by the numbers
- 18 all-time installs (skills.sh)
- Ranked #748 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-tool-contract-review capabilities & compatibility
- Capabilities
- tool contract review scope across surfaces · manifest and schema synchronization guardrails
- Use cases
- code review · api development
- Platforms
- macOS
What xcodebuildmcp-tool-contract-review says it does
Use when reviewing XcodeBuildMCP tool contract changes across implementation, manifests, workflow membership, output schema metadata, and next-step templates
Do not edit product code unless the user explicitly requests implementation changes
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-tool-contract-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 18 |
|---|---|
| repo stars | ★ 6.2k |
| Last updated | August 4, 2026 |
| Repository | getsentry/xcodebuildmcp ↗ |
How do I review a new XcodeBuildMCP tool end to end?
Review XcodeBuildMCP tool contract changes across implementation and manifests.
Who is it for?
Maintainers adding or changing XcodeBuildMCP tools.
Skip if: Skip for docs-only typo fixes without contract impact.
When should I use this skill?
User reviews tool contract, manifest, or workflow membership changes.
What you get
Findings on manifest, schema, workflow, and handler contract alignment.
Files
XcodeBuildMCP Tool Contract Review
Review guardrails for tool contract changes across implementation, manifests, and workflow exposure.
Review scope
- Review-only by default.
- Do not edit product code unless the user explicitly requests implementation changes.
Files to inspect
src/mcp/tools/**manifests/tools/*.yamlmanifests/workflows/*.yamlsrc/core/manifest/schema.tssrc/runtime/tool-catalog.tssrc/runtime/types.tsxcodebuildmcp.com/app/docs/_content/tool-authoring.mdxxcodebuildmcp.com/app/docs/_content/architecture-manifest-visibility.mdx
Guardrails
- Manifest
idmatches filename. - Manifest
modulepoints to implementation path without extension. - Tool module exports named
schemaandhandler. names.mcpremains globally unique.names.clistays workflow-local and consistent with CLI docs/fixtures.- Tool appears in at least one workflow unless intentionally hidden by availability.
outputSchemais present for tools that setctx.structuredOutput.nextSteps.toolIdreferences existing manifest tool IDs.- Avoid parallel legacy paths or duplicate implementation paths.
Validation
npm run typechecknpm test -- src/core/manifest/__tests__/schema.test.tsnpm test -- src/runtime/__tests__/tool-invoker.test.tsnpx skill-check .agents/skills/xcodebuildmcp-tool-contract-review
Related skills
FAQ
What does xcodebuildmcp-tool-contract-review do?
xcodebuildmcp-tool-contract-review audits tool contract changes across surfaces.
When should I use xcodebuildmcp-tool-contract-review?
User reviews tool contract, manifest, or workflow membership changes.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.