$npx skillfedfor your agent

ce-test-xcode

ce-test-xcode streamlines iOS development by automating simulator-based testing, screenshot generation, and log aggregation in a single workflow. Built for engineers who need faster iteration cycles, this skill reduces manual testing overhead and captures the artifacts you need for debugging and validation.

ce-test-xcode streamlines iOS development by automating simulator-based testing, screenshot generation, and log aggregation in a single workflow. It reduces manual testing overhead and captures the artifacts you need for debugging and validation, letting you iterate faster on your iOS apps.

AI-generated summary based on this skill's SKILL.md

23,544 1,864 MITupdated by EveryInc

Decision gist · record as of 2026-07-27

ce-test-xcode streamlines iOS development by automating simulator-based testing, screenshot generation, and log aggregation in a single workflow. It reduces manual testing overhead and captures the artifacts you need for debugging and validation, letting you iterate faster on your iOS apps.

manual: git clone https://github.com/EveryInc/compound-engineering-plugin → cp -r compound-engineering-plugin/skills/ce-test-xcode ~/.claude/skills/ce-test-xcode
skills/ce-test-xcode/SKILL.md · version be6bfc6a

Use it when

  • Yes.
  • ce-test-xcode automatically captures and analyzes simulator logs and screenshots during your testing workflow.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

EveryInc/compound-engineering-plugin/ce-test-xcode · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does ce-test-xcode do for iOS app testing?

ce-test-xcode streamlines iOS development by automating simulator-based testing, screenshot generation, and log aggregation in a single workflow. It reduces manual testing overhead and captures the artifacts you need for debugging and validation, letting you iterate faster on your iOS apps.

Can ce-test-xcode build and test iOS apps on simulator?

Yes. ce-test-xcode builds, installs, and tests iOS apps on the simulator with automated screenshots and log capture. It automates the entire workflow—from build through simulator boot to error detection—so you can verify app behavior across key screens without manual intervention.

How does ce-test-xcode capture simulator logs and screenshots?

ce-test-xcode automatically captures and analyzes simulator logs and screenshots during your testing workflow. These artifacts are aggregated and made available for debugging, allowing you to review app behavior and troubleshoot issues without manually collecting them from the simulator.

What is the xcode build test MCP workflow in ce-test-xcode?

ce-test-xcode uses XcodeBuildMCP automation to verify iOS app behavior across key screens. The workflow integrates build, simulator boot, testing, and artifact collection into a single automated process, eliminating repetitive manual steps and enabling consistent, repeatable test runs.

Is ce-test-xcode suitable for automated iOS testing workflows?

Yes. ce-test-xcode is built for engineers who need faster iteration cycles and automated testing. It handles the full iOS testing workflow—build, install, test, and artifact capture—making it ideal for continuous integration, rapid prototyping, and reducing manual testing overhead.

What license does ce-test-xcode use?

ce-test-xcode is released under the MIT license, making it free to use, modify, and distribute in both open-source and commercial projects.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Xcode Test Skill

Build, install, 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

0. Verify XcodeBuildMCP is Available

Check that the XcodeBuildMCP MCP server is connected by calling its list_simulators tool.

MCP tool names vary by platform: - Claude Code: mcp__xcodebuildmcp__list_simulators - Other platforms: use the equivalent MCP tool call for the XcodeBuildMCP server's list_simulators method

If the tool is not found or errors, inform the user they need to add the XcodeBuildMCP MCP server:

``` XcodeBuildMCP not installed

Install via Homebrew: brew tap getsentry/xcodebuildmcp && brew install xcodebuildmcp

Or via npx (no global install needed): npx -y xcodebuildmcp@latest mcp

Then add "XcodeBuildMCP" as an MCP server in

(truncated - see the full file via the links below)

File tree — 1 file
skills/ce-test-xcode/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Build, install, and test iOS apps on simulator with automated screenshots and log capture”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

bootstrap-ios
by RayFernando1337 · RayFernando1337/rayfernando-skills

bootstrap-ios prepares your iOS or macOS codebase for active development by handling initial project setup and environment configuration automatically. Part of a curated skill collection designed for AI coding agents, it integrates with wave-based task orchestration to streamline team-driven development workflows.

Apache-2.0updated Jul 2026
★ 117repo stars
Ios Mcp Routing
by andreev-danila · andreev-danila/skills

This skill enables iOS applications to efficiently route Model Context Protocol (MCP) messages and coordinate request handling across device components. It provides the infrastructure needed to manage bidirectional communication patterns and ensure reliable message delivery in mobile environments.

no license declared → metadata onlyupdated Jul 2026
★ 24repo stars
xcode-build
by pzep1 · pzep1/xcode-build-skill

xcode-build equips your agent with direct access to Xcode's command-line utilities for iOS and macOS development. Control app builds, simulator management, and project workflows without intermediary servers—leveraging xcodebuild and xcrun simctl for native platform integration.

MITupdated Feb 2026
★ 135repo stars
ios-debugger-agent
by Dimillian · Dimillian/Skills

ios-debugger-agent automates the process of building, launching, and running your current iOS project on an active simulator instance. This skill eliminates repetitive setup steps, letting you focus on development rather than tooling. Ideal for developers seeking faster iteration cycles during iOS app testing and debugging.

MITupdated Mar 2026
★ 3,861repo stars
serve-sim-placeholder-assets
by EvanBacon · EvanBacon/serve-sim

serve-sim-placeholder-assets lets you broadcast Apple Simulator screens to AI coding agents like Codex, whether running on your local machine, across your network, or tunneled from a remote Mac. The skill wraps a lightweight Swift helper that taps into the simulator's framebuffer through simctl, then serves it as an MJPEG stream with WebSocket-based device controls—enabling agents to see and interact with your simulator environment in real time.

Apache-2.0for codexupdated Jul 2026
★ 2,602repo stars
xcodebuildmcp-test-boundary-review
by getsentry · getsentry/XcodeBuildMCP

This skill audits the test boundary architecture and isolation mechanisms within XcodeBuildMCP, an MCP server designed for iOS and macOS project workflows. It evaluates guardrails that prevent test contamination and ensure reliable test execution across agent-driven build scenarios.

MITupdated Jul 2026
★ 6,155repo stars

More skills xcodebuildmcp-cli (MIT)

Tags
ios-automationsimulator-testingapp-verificationbuild-pipelinescreenshot-capturemcp-integrationxcode-workflowci-cd-testing