
Xcodebuildmcp Test Boundary Review
- 18 installs
- 6.2k repo stars
- Updated August 4, 2026
- getsentry/xcodebuildmcp
xcodebuildmcp-test-boundary-review audits test boundary placement in XcodeBuildMCP.
About
The xcodebuildmcp-test-boundary-review skill reviews XcodeBuildMCP tests for correct unit, snapshot, schema, smoke, and external process boundaries. Review-only by default without editing product code unless explicitly requested. It inspects whether tests mock at the right layer, avoid hitting real Xcode in unit tests, keep snapshot fixtures stable, and isolate external process calls behind test doubles. Guardrails flag tests that blur MCP versus CLI output modes, leak daemon assumptions into unit scope, or duplicate coverage across boundary levels. Validation recommends running targeted test suites for touched areas. Output lists boundary violations by severity with suggested relocation to appropriate test type. Review guardrails for test isolation, scope, and contract validation. Do not edit product code unless the user explicitly requests implementation changes. Unit tests inject command/filesystem/external dependencies. Prefer testing logic/executor functions over handler wrappers unless testing runtime integration.
- Reviews unit, snapshot, schema, and smoke test boundaries.
- Flags external process leakage into fast unit tests.
- Keeps MCP versus CLI output concerns separated in tests.
- Review-only unless test implementation fixes requested.
- Suggests correct test layer for misplaced coverage.
Xcodebuildmcp Test Boundary Review by the numbers
- 18 all-time installs (skills.sh)
- Ranked #1,452 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-test-boundary-review capabilities & compatibility
- Capabilities
- test boundary review scope · external process isolation guardrails
- Use cases
- testing · code review
- Platforms
- macOS
What xcodebuildmcp-test-boundary-review says it does
Use when reviewing XcodeBuildMCP tests for correct unit, snapshot, schema, smoke, and external process boundaries
Do not edit product code unless the user explicitly requests implementation changes
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-test-boundary-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 ↗ |
Are these XcodeBuildMCP tests in the right boundary layer?
Review XcodeBuildMCP tests for correct unit, snapshot, and smoke boundaries.
Who is it for?
Maintainers reviewing XcodeBuildMCP test PRs.
Skip if: Skip for product feature code without test changes.
When should I use this skill?
User reviews test boundaries, snapshots, or smoke test scope.
What you get
Review findings on unit, snapshot, and external process test placement.
Files
XcodeBuildMCP Test Boundary Review
Review guardrails for test isolation, scope, and contract validation.
Review scope
- Review-only by default.
- Do not edit product code unless the user explicitly requests implementation changes.
Files to inspect
src/**/__tests__/**src/test-utils/**src/snapshot-tests/**package.jsonxcodebuildmcp.com/app/docs/_content/testing.mdxxcodebuildmcp.com/app/docs/_content/contributing.mdx
Guardrails
- Unit tests inject command/filesystem/external dependencies.
- Unit tests do not call real
xcodebuild,xcrun, AXe, devices, or simulators. - Prefer testing logic/executor functions over handler wrappers unless testing runtime integration.
- Use existing mock executor helpers.
- Treat snapshot updates as contract changes requiring review.
- Do not add fake e2e/snapshot state to force test success.
- Avoid unsafe TypeScript suppressions.
Validation
- Run targeted Vitest command for touched tests.
npm testnpm run typecheck- If fixtures/schemas changed:
npm run test:snapshotsandnpm run test:schema-fixtures npx skill-check .agents/skills/xcodebuildmcp-test-boundary-review
Related skills
FAQ
What does xcodebuildmcp-test-boundary-review do?
xcodebuildmcp-test-boundary-review audits test boundary placement in XcodeBuildMCP.
When should I use xcodebuildmcp-test-boundary-review?
User reviews test boundaries, snapshots, or smoke test scope.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.