ce-test-xcode
Build and test iOS apps on simulator with XcodeBuildMCP.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-test-xcode ~/.claude/skills/ce-test-xcode
From README
Xcode Test Skill Build, , and test iOS apps on the simulator using XcodeBuildMCP. Captures screenshots, logs, and verifies app behavior. Prerequisites Xcode installed with command-line tools XcodeBuildMCP MCP server connected Valid Xcode project or workspace At least one iOS Simulator available Workflow Verify XcodeBuildMCP is Available Check that the XcodeBuildMCP MCP server is connected by calling its listsimulators tool. MCP tool names vary by platform: Claude Code: mcpxcodebuildmcplistsimulators Other platforms: use the equivalent MCP tool call for the XcodeBuildMCP server's listsimulators method If the tool is not found or errors, inform the user they need to add the XcodeBuildMCP MCP server: Do NOT proceed until XcodeBuildMCP is confirmed working. Discover Project and Scheme Call XcodeBuildMCP's discoverprojs tool to find available projects, then listschemes with the project path to get available schemes. If an argument was provided, use that scheme name.