
xcodebuildmcp-snapshot-fixture-review
✓ Official★ 6,033by getsentry · part of getsentry/xcodebuildmcp
Use when reviewing XcodeBuildMCP snapshot fixture changes for MCP, CLI, and JSON output contract integrity.
🧰 Not standalone. This skill ships with getsentry/xcodebuildmcp and only works together with that tool — install the tool first, then add this skill.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
XcodeBuildMCP Snapshot Fixture Review
Review guardrails for fixture and snapshot contract integrity.
Review scope
- Review-only by default.
- Do not edit product code unless the user explicitly requests implementation changes.
Files to inspect
src/snapshot-tests/__fixtures__/**src/snapshot-tests/contracts.tssrc/snapshot-tests/fixture-io.tssrc/snapshot-tests/__tests__/fixture-io.test.tssrc/snapshot-tests/__tests__/json-normalize.test.tssrc/snapshot-tests/__tests__/json-fixture-schema.test.tsxcodebuildmcp.com/app/docs/_content/testing.mdx
Guardrails
- Fixture updates map to intentional behavior changes.
- Do not update fixtures only to make tests pass.
- MCP, CLI, and JSON fixture updates stay aligned.
- JSON fixtures preserve stable structured output envelopes.
- Volatile values are normalized in code, not patched ad hoc in fixtures.
- Missing fixtures are generated through the snapshot update flow.
Validation
npm run test:snapshotsnpm run test:schema-fixturesnpm test -- src/snapshot-tests/__tests__/fixture-io.test.tsnpm test -- src/snapshot-tests/__tests__/json-normalize.test.tsnpx skill-check .agents/skills/xcodebuildmcp-snapshot-fixture-review
Copy & paste — that's it
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-snapshot-fixture-reviewRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →