
Xcodebuildmcp Structured Output Review
- 18 installs
- 6.2k repo stars
- Updated August 4, 2026
- getsentry/xcodebuildmcp
xcodebuildmcp-structured-output-review audits schema and fixture contract changes.
About
The xcodebuildmcp-structured-output-review skill reviews structured output schema changes, schema versioning, manifest outputSchema metadata, and JSON fixture compatibility for XcodeBuildMCP. Review-only by default without product code edits unless requested. Scope covers schema definitions, version bumps, manifest metadata fields, and fixtures consumed by MCP, CLI, and JSON output modes. Guardrails ensure schema changes remain backward compatible or are explicitly versioned, fixtures reflect real tool outputs, and manifest outputSchema entries match implementation contracts. Validation includes schema tests and snapshot fixture checks when present. Keeps structured output evolution synchronized across CLI catalog, MCP tool manifests, and documentation examples. Review guardrails for structured output schema correctness and compatibility. Do not edit product code unless the user explicitly requests implementation changes. Breaking schema changes create a new versioned schema file. Published schema versions are not removed or mutated incompatibly.
- Reviews structured output schema and versioning changes.
- Checks manifest outputSchema metadata alignment.
- Validates JSON fixture compatibility across output modes.
- Review-only unless implementation fixes are requested.
- Keeps schemas synchronized with CLI and MCP contracts.
Xcodebuildmcp Structured Output 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-structured-output-review capabilities & compatibility
- Capabilities
- schema versioning review scope · fixture compatibility guardrails
- Use cases
- code review · testing
- Platforms
- macOS
What xcodebuildmcp-structured-output-review says it does
Use when reviewing XcodeBuildMCP structured output schema changes
Do not edit product code unless the user explicitly requests implementation changes
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-structured-output-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 XcodeBuildMCP output schema changes?
Review XcodeBuildMCP structured output schema and fixture compatibility changes.
Who is it for?
Maintainers changing XcodeBuildMCP structured output schemas.
Skip if: Skip for unrelated UI or packaging reviews.
When should I use this skill?
User reviews structured output schema, fixtures, or outputSchema metadata.
What you get
Findings on schema versioning, fixtures, and manifest metadata alignment.
Files
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 current schema contracts.
$refusage remains compatible with bundling instructured-output-schema.ts.
Validation
npm run test:schema-fixturesnpm test -- src/core/__tests__/structured-output-schema.test.tsnpm run typechecknpx skill-check .agents/skills/xcodebuildmcp-structured-output-review
Related skills
FAQ
What does xcodebuildmcp-structured-output-review do?
xcodebuildmcp-structured-output-review audits schema and fixture contract changes.
When should I use xcodebuildmcp-structured-output-review?
User reviews structured output schema, fixtures, or outputSchema metadata.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.