Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
getsentry avatar

Xcodebuildmcp Tool Contract Review

  • 18 installs
  • 6.2k repo stars
  • Updated August 4, 2026
  • getsentry/xcodebuildmcp

xcodebuildmcp-tool-contract-review audits tool contract changes across surfaces.

About

The xcodebuildmcp-tool-contract-review skill reviews tool contract changes across implementation, manifests, workflow membership, output schema metadata, and next-step templates for XcodeBuildMCP. Review-only by default without product code edits unless requested. Scope ensures new or changed tools update CLI catalogs, MCP manifests, workflow groupings, outputSchema fields, and next-step prompt templates together. Guardrails catch tools documented but not registered, schema metadata drift from handlers, and workflow entries referencing removed commands. Validation includes manifest generation checks and skill-check for the affected review skill. Output prioritizes contract breakage risks that would surface differently in MCP versus direct CLI invocation. Review guardrails for tool contract changes across implementation, manifests, and workflow exposure. Do not edit product code unless the user explicitly requests implementation changes. Tool appears in at least one workflow unless intentionally hidden by availability.

  • Reviews tool contracts across code, manifests, and workflows.
  • Checks outputSchema metadata matches handler outputs.
  • Ensures CLI catalog and MCP manifest stay synchronized.
  • Review-only unless implementation fixes are requested.
  • Flags next-step template drift from tool changes.

Xcodebuildmcp Tool Contract 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)
At a glance

xcodebuildmcp-tool-contract-review capabilities & compatibility

Capabilities
tool contract review scope across surfaces · manifest and schema synchronization guardrails
Use cases
code review · api development
Platforms
macOS
From the docs

What xcodebuildmcp-tool-contract-review says it does

Use when reviewing XcodeBuildMCP tool contract changes across implementation, manifests, workflow membership, output schema metadata, and next-step templates
SKILL.md
Do not edit product code unless the user explicitly requests implementation changes
SKILL.md
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-tool-contract-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs18
repo stars6.2k
Last updatedAugust 4, 2026
Repositorygetsentry/xcodebuildmcp

How do I review a new XcodeBuildMCP tool end to end?

Review XcodeBuildMCP tool contract changes across implementation and manifests.

Who is it for?

Maintainers adding or changing XcodeBuildMCP tools.

Skip if: Skip for docs-only typo fixes without contract impact.

When should I use this skill?

User reviews tool contract, manifest, or workflow membership changes.

What you get

Findings on manifest, schema, workflow, and handler contract alignment.

Files

SKILL.mdMarkdownGitHub ↗

XcodeBuildMCP Tool Contract Review

Review guardrails for tool contract changes across implementation, manifests, and workflow exposure.

Review scope

  • Review-only by default.
  • Do not edit product code unless the user explicitly requests implementation changes.

Files to inspect

  • src/mcp/tools/**
  • manifests/tools/*.yaml
  • manifests/workflows/*.yaml
  • src/core/manifest/schema.ts
  • src/runtime/tool-catalog.ts
  • src/runtime/types.ts
  • xcodebuildmcp.com/app/docs/_content/tool-authoring.mdx
  • xcodebuildmcp.com/app/docs/_content/architecture-manifest-visibility.mdx

Guardrails

  • Manifest id matches filename.
  • Manifest module points to implementation path without extension.
  • Tool module exports named schema and handler.
  • names.mcp remains globally unique.
  • names.cli stays workflow-local and consistent with CLI docs/fixtures.
  • Tool appears in at least one workflow unless intentionally hidden by availability.
  • outputSchema is present for tools that set ctx.structuredOutput.
  • nextSteps.toolId references existing manifest tool IDs.
  • Avoid parallel legacy paths or duplicate implementation paths.

Validation

  • npm run typecheck
  • npm test -- src/core/manifest/__tests__/schema.test.ts
  • npm test -- src/runtime/__tests__/tool-invoker.test.ts
  • npx skill-check .agents/skills/xcodebuildmcp-tool-contract-review

Related skills

FAQ

What does xcodebuildmcp-tool-contract-review do?

xcodebuildmcp-tool-contract-review audits tool contract changes across surfaces.

When should I use xcodebuildmcp-tool-contract-review?

User reviews tool contract, manifest, or workflow membership changes.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

Code Review & Qualityintegrationstesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.