This is the official skill for working with Apple platform development without fighting xcodebuild's command line syntax directly. It handles the full cycle: building, testing, running, debugging with LLDB, capturing logs, and even UI automation with taps and screenshots. You get session defaults so you're not repeating project and scheme names constantly, plus tools for both simulators and physical devices. Only simulator workflows are enabled out of the box, so if you need device deployment or macOS builds, you'll need to edit the config and restart. It's clearly built by someone who got tired of memorizing xcrun incantations and decided to wrap the chaos in something conversational.
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp