Tag: xcodebuild

Type: All Skills Tools
tool ★ 5,664

Unified CLI for Xcode Build and Testing

This tool provides a unified CLI wrapper for managing complex iOS, macOS, and watchOS build, test, and run cycles. It simplifies development workflows, offering built-in support for debugging, UI automation, and session configuration, repla…

getsentry/XcodeBuildMCP xcodebuild ios-macos mobile-dev build-tool
skill ★ 5,664

Xcode Build Test Boundary and Guardrail Review

This skill reviews the test boundaries and guardrails for XcodeBuildMCP, ensuring unit tests maintain isolation and do not call real external processes or build tools. It validates test scope, contract adherence, and necessary build command…

getsentry/XcodeBuildMCP xcodebuild testing test-boundaries code-review
skill ★ 5,664

Review XcodeBuildMCP snapshot fixture contracts

This skill reviews the integrity of snapshot fixtures and contracts for XcodeBuildMCP outputs (MCP, CLI, JSON). It enforces guardrails to ensure fixture updates reflect intentional behavior changes and maintain structured output consistency…

getsentry/XcodeBuildMCP xcodebuild mcp snapshot-testing contract-review
skill ★ 5,664

Review XcodeBuildMCP Runtime Boundaries

This skill reviews guardrails for runtime routing and invocation boundaries across XcodeBuildMCP components, including CLI, daemon, and IDE integrations. It ensures consistency by inspecting tool catalogs and validating stateful routing log…

getsentry/XcodeBuildMCP xcodebuild mcp runtime-review boundary-check
skill ★ 5,664

XcodeBuildMCP Rendering and Streaming Review

This skill reviews the architectural guardrails for XcodeBuildMCP's rendering pipeline, focusing specifically on boundary violations in streaming fragments and output modes. It ensures adherence to canonical structured output while maintain…

getsentry/XcodeBuildMCP xcodebuild mcp rendering streaming
skill ★ 5,664

Review XcodeBuildMCP Packaging and Resources

This skill reviews the integrity of XcodeBuildMCP packaging, focusing on resource-root, build artifacts, and portable macOS distribution changes. It validates guardrails across key files and scripts to ensure consistent and reliable deploym…

getsentry/XcodeBuildMCP xcodebuild packaging resource-review macos
skill ★ 5,664

Review Xcode CLI documentation for outdated commands

This skill analyzes XcodeBuildMCP changelogs and manifests to identify outdated or misleading CLI command references. It flags instances where removed commands are presented as current guidance, ensuring documentation accuracy for agents an…

getsentry/XcodeBuildMCP xcodebuild cli documentation changelog