omgskills Get the Mac app
Skill

xcode-build-fixer

@avdlee 1.2k stars Updated 2026-04-15 Author match: High

Apply approved Xcode build optimization changes following best practices, then re-benchmark to verify improvement. Use when a developer has an approved optimization plan from xcode-build-orchestrator, wants to apply specific build fixes, needs help implementing build setting changes, script phase guards, source-level compilation fixes, or SPM restructuring that was recommended by an analysis skill.

agentagent-skillsiosios-developmentskillsxcode

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill /tmp/Xcode-Build-Optimization-Agent-Skill && ln -s /tmp/Xcode-Build-Optimization-Agent-Skill/skills/xcode-build-fixer ~/.claude/skills/xcode-build-fixer

View on GitHub

From README

Xcode Build Fixer Use this skill to implement approved build optimization changes and verify them with a benchmark. Core Rules Only apply changes that have explicit developer approval. Apply one logical fix at a time so changes are reviewable and reversible. Re-benchmark after applying changes to verify improvement. Report exactly what changed, which files were touched, and the measured delta. If a change produces no improvement or causes a regression, flag it immediately. Inputs The fixer expects one of: An approved optimization plan at .build-benchmark/optimization-plan.md with checked approval boxes. An explicit developer instruction describing the fix to apply (e.g., "set DEBUGINFORMATIONFORMAT to dwarf for Debug"). When working from an optimization plan, read the approval checklist and implement only the checked items. Fix Categories Build Settings Change project.pbxproj values to match the recommendations in .

More from this repo