skillfed

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

6,155 303 MIT updated by getsentry

Install

getsentry/XcodeBuildMCP/xcodebuildmcp-structured-output-review · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/getsentry/XcodeBuildMCP
cp -r XcodeBuildMCP/.agents/skills/xcodebuildmcp-structured-output-review ~/.claude/skills/xcodebuildmcp-structured-output-review

Frequently 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.ts
  • src/core/__tests__/structured-output-schema.test.ts
  • src/snapshot-tests/__fixtures__/json/**
  • src/snapshot-tests/__tests__/json-fixture-schema.test.ts
  • xcodebuildmcp.com/app/docs/_content/schema-versioning.mdx
  • xcodebuildmcp.com/app/docs/_content/output-formats.mdx

Guardrails

  • schema uses xcodebuildmcp.output.<name> format.
  • schemaVersion uses integer strings only.
  • Breaking schema changes create a new versioned schema file.
  • Published schema versions are not removed or mutated incompatibly.
  • Manifest outputSchema matches emitted ctx.structuredOutput payload.
  • 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

Related skills

Tags

schema-validation xcode-tooling json-contracts versioning-control fixture-testing output-formats compatibility-checking guardrail-enforcement manifest-metadata breaking-change-detection