xcodebuildmcp-tool-contract-review
This skill enables contract validation and review workflows for XcodeBuildMCP, an MCP server that equips agents with build and development tools for iOS and macOS work. Use it to audit tool definitions, ensure interface consistency, and catch breaking changes before deployment.
xcodebuildmcp-tool-contract-review enables contract validation and review workflows for XcodeBuildMCP, an MCP server that equips agents with build and development tools for iOS and macOS work. The skill audits tool definitions, ensures interface consistency, and catches breaking changes before deployment by reviewing and validating XcodeBuildMCP tool contract changes.
AI-generated summary based on this skill's SKILL.md
Install
getsentry/XcodeBuildMCP/xcodebuildmcp-tool-contract-review · repository language: TypeScript
git clone https://github.com/getsentry/XcodeBuildMCP
cp -r XcodeBuildMCP/.agents/skills/xcodebuildmcp-tool-contract-review ~/.claude/skills/xcodebuildmcp-tool-contract-reviewFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does xcodebuildmcp-tool-contract-review validate?
xcodebuildmcp-tool-contract-review enables contract validation and review workflows for XcodeBuildMCP, an MCP server that equips agents with build and development tools for iOS and macOS work. The skill audits tool definitions, ensures interface consistency, and catches breaking changes before deployment by reviewing and validating XcodeBuildMCP tool contract changes.
How does xcodebuildmcp-tool-contract-review ensure manifest consistency?
xcodebuildmcp-tool-contract-review checks manifest and implementation consistency as a core validation step. It verifies that tool schemas, output metadata, and references align across the manifest and implementation, catching discrepancies that could cause runtime failures or agent confusion.
What is reviewed in xcode mcp manifest consistency check?
xcodebuildmcp-tool-contract-review performs manifest consistency checks that validate tool schema and output metadata compliance. It ensures manifest IDs match filenames, tool references are valid, and next-step templates are properly configured for workflow membership and visibility.
Can xcodebuildmcp-tool-contract-review catch breaking changes?
Yes. xcodebuildmcp-tool-contract-review is designed to catch breaking changes before deployment by validating tool contract changes, checking schema compliance, and verifying workflow membership. This prevents agents from encountering unexpected tool interface modifications.
What tool authoring guardrails does xcodebuildmcp provide?
xcodebuildmcp-tool-contract-review enforces tool contract guardrails by validating tool IDs, handler schema exports, and next-step template references. These guardrails ensure XcodeBuildMCP tool definitions meet consistency and compliance standards for safe agent integration.
SKILL.md
rendered from the published skill — quoted content, verbatim
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.
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
.agents/skills/xcodebuildmcp-tool-contract-review/SKILL.md