xcodebuildmcp-structured-output-review
This skill enables agents to inspect and verify schema modifications within XcodeBuildMCP, the Model Context Protocol server designed for iOS and macOS development workflows. Use it to ensure output structure integrity and catch breaking changes before they affect your build pipeline.
xcodebuildmcp-structured-output-review inspects and verifies schema modifications within XcodeBuildMCP, the Model Context Protocol server for iOS and macOS development. It ensures output structure integrity by reviewing JSON schema changes, validating fixture compatibility, checking versioning, and catching breaking changes before they affect your build pipeline.
AI-generated summary based on this skill's SKILL.md
Install
getsentry/XcodeBuildMCP/xcodebuildmcp-structured-output-review · repository language: TypeScript
git clone https://github.com/getsentry/XcodeBuildMCP
cp -r XcodeBuildMCP/.agents/skills/xcodebuildmcp-structured-output-review ~/.claude/skills/xcodebuildmcp-structured-output-reviewFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does xcodebuildmcp-structured-output-review validate?
xcodebuildmcp-structured-output-review inspects and verifies schema modifications within XcodeBuildMCP, the Model Context Protocol server for iOS and macOS development. It ensures output structure integrity by reviewing JSON schema changes, validating fixture compatibility, checking versioning, and catching breaking changes before they affect your build pipeline.
How does xcodebuildmcp-structured-output-review handle schema versioning?
xcodebuildmcp-structured-output-review checks schema versioning and breaking change handling to prevent mutations that could disrupt workflows. It validates that manifest outputSchema declarations match emitted payloads and ensures version transitions maintain backward compatibility or clearly document breaking changes.
Can xcodebuildmcp-structured-output-review test JSON fixture schema validation?
Yes. xcodebuildmcp-structured-output-review ensures JSON fixture compatibility with schema contracts through structured validation. It verifies that test fixtures conform to declared schemas and that payload outputs match their manifest specifications, catching schema drift early.
What is xcodebuild structured output schema review used for?
xcodebuildmcp-structured-output-review reviews xcode build output formats and validates schema correctness guardrails. It confirms manifest outputSchema declarations align with actual emitted JSON, validates schema reference bundling and $ref usage, and prevents incompatibilities that could break build automation.
Does xcodebuildmcp-structured-output-review support schema reference bundling?
Yes. xcodebuildmcp-structured-output-review validates schema reference bundling and $ref usage within XcodeBuildMCP schemas. It ensures references resolve correctly and that bundled schemas maintain contract integrity across the build output specification.
SKILL.md
rendered from the published skill — quoted content, verbatim
XcodeBuildMCP Structured Output Review
Review guardrails for structured output schema correctness and compatibility.
Review scope
- Review-only by default.
- Do not edit product code unless the user explicitly requests implementation changes.
Files to inspect
schemas/structured-output/**src/core/structured-output-schema.tssrc/core/__tests__/structured-output-schema.test.tssrc/snapshot-tests/__fixtures__/json/**src/snapshot-tests/__tests__/json-fixture-schema.test.tsxcodebuildmcp.com/app/docs/_content/schema-versioning.mdxxcodebuildmcp.com/app/docs/_content/output-formats.mdx
Guardrails
schemausesxcodebuildmcp.output.<name>format.schemaVersionuses integer strings only.- Breaking schema changes create a new versioned schema file.
- Published schema versions are not removed or mutated incompatibly.
- Manifest
outputSchemamatches emittedctx.structuredOutputpayload. - JSON fixtures validate against
(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-structured-output-review/SKILL.md