Tag: xcodebuild
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…
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…
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…
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…
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…
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…
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…