Install
$ agentstack add skill-choshimwy-agentdevelopmentskills-xcode-build ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Xcode 构建与配置
Purpose
Design, modify, or review Xcode build configuration, signing, archive/export, CI/CD, and distribution workflows while keeping one-off build verification delegated to verification-specific Skills.
中文说明
该 Skill 是 Xcode 构建配置与交付链路专项 Skill。
负责:
- Build Settings。
- scheme / configuration / xcconfig。
- 构建脚本。
- Signing、证书、Provisioning Profile、entitlements。
- Archive / Export / IPA 导出。
- CI/CD 中的
xcodebuild流程。 - XCFramework 打包与分发策略。
- 构建性能优化策略。
- Security-oriented Build Settings、static analyzer/warning coverage、Enhanced Security 与 entitlement hardening。
不负责:
- 任务末尾一次性
xcodebuild验证。 - 真机 / Simulator 自动化执行路径。
- 测试代码编写。
- 静态代码审查。
- 运行时 crash / 泄漏 / 卡顿排障。
When to Use
Use this Skill when the user asks about:
Build Settings。- scheme、target、configuration。
.xcconfig管理。- build phases / run scripts。
- code signing、certificates、profiles、entitlements、capabilities。
- Archive / Export / IPA。
- CI/CD build pipeline。
xcodebuild archive/-exportArchive策略。- XCFramework 构建或分发。
- 构建性能优化。
- 显式安全配置审计、编译器 hardening、analyzer/warning coverage 或 entitlement hardening。
- workspace / project / scheme 选择策略。
When Not to Use
Do not use this Skill when:
- 用户只是要求“最后编译验证一下”或“跑一次 xcodebuild”;使用
apple-verification。 - 用户主要在问在哪个 Simulator / 真机上安装、启动、截图、导航;使用
ios-automation。 - 用户需要编写或执行最窄测试;使用
ios-feature-implementation(test-implementation);执行最窄验证使用apple-verification。 - 用户需要代码质量审查;使用
code-review。 - 用户需要分析 crash、泄漏、卡顿;使用
apple-debugging/ios-performance。 - 用户需要判断现有验证证据是否足够;使用
apple-verification。
Agent Rules
Boundary Rules
- Treat this Skill as build configuration / delivery design, not default final verification.
- Do not run validation-type
xcodebuildas the main purpose of this Skill. - If actual project-environment verification is required, hand off to
apple-verification. - If device / simulator automation is required, hand off to
ios-automation. - If a build error log must be analyzed, prefer
apple-verificationfirst.
Build Configuration Rules
- Identify build entry first:
.xcworkspace/.xcodeproj/ target / scheme. - For iOS projects with both
.xcworkspaceand.xcodeproj, prefer.xcworkspace. - Identify the goal: local build, test pipeline, archive, export, signing, CI, XCFramework, or build performance.
- Separate configuration design from verification execution.
- Prefer explicit configuration over hidden environment assumptions.
- Keep project changes minimal and scoped to the build issue.
Security Hardening Rules
- Use
security-hardeningonly for an explicit security posture request or a ready official-expertise route; do not silently enable hardening during unrelated build work. - Audit languages, targets, product types, inherited values, xcconfig/pbxproj ownership, entitlements and binary dependencies before proposing changes.
- Prefer the project's existing configuration source; do not introduce a parallel xcconfig/pbxproj mechanism.
- Present per-target diffs and obtain confirmation before changing entitlements, Enhanced Security, pointer authentication, memory tagging or settings that may break binary dependencies.
- Apply broadly safe compiler warnings narrowly; keep false-positive-prone or default-off protections opt-in with rationale.
- Record enabled, already-active, skipped and explicitly-disabled settings so future audits can distinguish a decision from drift.
- Never use exported Xcode tool names directly. Translate inspection/editing to the current worktree contract and route build/test evidence to
apple-verification.
Signing Rules
When handling signing, always clarify:
- Bundle identifier.
- Team ID.
- Signing style: automatic or manual.
- Certificate type.
- Provisioning profile type.
- Entitlements and capabilities.
- Debug vs Release differences.
- Local vs CI signing environment.
Do not claim signing is fixed unless the evidence confirms it.
Archive / Export Rules
For Archive / Export work, specify:
- Archive action.
- Export method.
- Export options plist.
- Signing style.
- Destination path.
- App Store / Ad Hoc / Enterprise / Development intent.
- CI artifact output expectations.
Private Dependency Rules
- If build configuration involves private Pods or local components, inspect
Podfile,Podfile.lock, andPods/Manifest.lock. - If a local
:pathPod is active, modify the real component repository, notPods/. - For private library / component changes, keep the main project on local
:pathdependency for development, validation, and independentcode-reviewunless the user explicitly asks to restore versioned dependency; switch to local:pathonly when the project is not already pointing at the local source and the private-library source change must be validated. After modifying the real private library repository, validate and review through the main project using that local dependency. - After validation passes, keep the local
:pathdependency state by default; do not commit local:pathdependency references unless explicitly requested or required by an authorized main-project dependency-file commit.
DerivedData Rules
- Default local builds should use Xcode system DerivedData:
~/Library/Developer/Xcode/DerivedData. - Do not introduce temporary public
-derivedDataPathstrategies as default. - Do not reintroduce old public
XCODE_DERIVED_DATA_*orCODEX_DERIVED_DATA_SLOTconfiguration. - For validation-type builds, delegate to wrapper / build-queue policy through
apple-verification.
File Header Rules
When adding .swift, .h, .m, .mm files and headers are required:
Created bymust use localwhoami.- Do not use
Codexas creator. - Date format:
YYYY/M/D.
Token Budget
- Do not paste full build logs.
- Do not dump full
.xcresultJSON. - Do not scan DerivedData recursively.
- Prefer targeted build setting snippets.
- Prefer
diagnostics.jsonandbuild-summary.txtfor error context. - Summarize only actionable configuration deltas.
Core Workflow
- Identify target project entry: workspace / project / scheme / target.
- Identify task goal: build config, security hardening, signing, archive, export, CI, XCFramework, or performance strategy.
- Inspect only relevant files: project settings, xcconfig, scheme, plist, entitlements, Podfile, CI config, export options.
- Define the desired configuration state.
- Propose or apply minimal scoped changes.
- Document CI/local impact.
- If evidence is required, hand off to
apple-verificationorapple-verificationrather than running ad-hoc verification inside this Skill. - If the desired deliverable is a formal HTML build/CI/signing strategy document, prepare a source packet and route final document generation to
html-docs. - Report residual risk and next action.
Inputs
Expected input contract:
{
"goal": "configure signing | archive | export | ci | build settings | security hardening | xcframework",
"workspace": "App.xcworkspace",
"project": null,
"scheme": "App",
"target": "App",
"configuration": "Debug | Release",
"destination": "optional",
"ci_provider": "Jenkins | GitHub Actions | local | other",
"signing": {
"team_id": "optional",
"bundle_id": "optional",
"style": "automatic | manual | unknown",
"export_method": "app-store | ad-hoc | enterprise | development | unknown"
},
"official_expertise": {
"status": "ready | partial | blocked | absent",
"source_content_sha256": "optional",
"routing_sha256": "optional",
"selected_skill": "audit-xcode-security-settings | optional",
"selected_skill_sha256": "optional"
},
"changed_files": [],
"constraints": []
}
Outputs
Return compact structured output:
{
"status": "completed | proposed | blocked | partial",
"build_entry": {
"workspace": "App.xcworkspace",
"project": null,
"scheme": "App",
"target": "App",
"configuration": "Release"
},
"build_strategy": "...",
"signing_strategy": "...",
"archive_strategy": "...",
"export_strategy": "...",
"ci_changes": [],
"changed_files": [],
"security_hardening": {
"status": "not-requested | proposed | applied | partial | skipped",
"target_decisions": [],
"official_expertise_used": []
},
"validation_handoff": "none | apple-verification",
"known_risks": [],
"next_action": "none | review | verify | provide_signing_assets | blocked"
}
Exit Conditions
Return completed when:
- Build/signing/archive/CI configuration change or design is complete.
- Changed files are listed.
- Local and CI impact is described.
- Verification handoff is clear.
Return proposed when:
- The user requested a strategy/design only and no repository change was made.
Return partial when:
- Some configuration was completed but final signing credentials, CI secrets, or device/team access are missing.
Return blocked when:
- Required signing assets, team access, project files, CI credentials, or dependency access are unavailable.
- The repository is not an Xcode project.
- Required decision between signing/export/CI paths is missing.
Escalation Rules
Escalate to apple-verification when:
- The user explicitly asks to run real project-environment build verification.
- Build configuration changes need actual final evidence.
- Current validation/review/build evidence may be insufficient.
- Targeted validation, affected test selection, or compact build failure attribution is needed.
Escalate to ios-automation when:
- The task becomes install, launch, simulator lifecycle, real-device workflow, screenshot, or accessibility verification.
Escalate to ios-feature-implementation(test-implementation) when:
- The task becomes test writing or testability seam implementation.
Escalate to code-review when:
- Configuration changes need static review and risk assessment.
Escalate to ios-feature-implementation with sdk-contract mode when:
- The task is SDK distribution boundary, module design, package layout, or XCFramework product strategy.
Escalate to html-docs when:
- Build, signing, Archive/Export, CI/CD, or XCFramework decisions must become a formal HTML strategy, review, or handoff document.
Reporting Format
Build entry:
- Workspace/Project:
- Scheme:
- Target:
- Configuration:
Build strategy:
- ...
Signing strategy:
- ...
Archive/export strategy:
- ...
CI impact:
- ...
Validation handoff:
- none | apple-verification
Known risks:
- ...
Next action:
- ...
Reference Resources
references/build-settings.mdreferences/ci-templates.md
Relationship to Other Skills
- Use this Skill for Build Settings, signing, Archive/Export, CI/CD, XCFramework, and build scripts.
- Use
apple-verificationfor one-off project-environment build verification. - Use
ios-automationfor simulator/device execution and app lifecycle automation. - Use
ios-feature-implementation(test-implementation)for unit/UI test writing andapple-verificationfor targeted validation. - Use
code-reviewfor static review of configuration changes. - Use
apple-verificationfor compact build failure attribution. - Use
ios-feature-implementationwithsdk-contractmode for SDK distribution and module boundary strategy; keep concrete build/signing/archive mechanics in this Skill. - Use
html-docsfor final formal HTML build / CI / signing documents; this Skill provides the configuration source packet and risks.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ChoshimWy
- Source: ChoshimWy/AgentDevelopmentSkills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.