Audit and enable security-oriented Xcode build settings. Progressively enables compiler warnings, static analyzer checkers, and Enhanced Security features. Use when: user wants to secure their Xcode project, audit security settings, enable hardening, review security posture of build configuration, set up security-focused static analysis, enable static analysis, improve warning coverage, harden diagnostics, or catch more bugs at compile time in C/C++/Objective-C/Swift. SKIP: network security (TLS/ATS), code signing, privacy APIs.
$npx -y skills add superagents-lab/xcode27-skills --skill audit-xcode-security-settingsInstalls into the current project.
Run `npx skills use "https://github.com/superagents-lab/xcode27-skills" --skill "superagents-lab/xcode27-skills/audit-xcode-security-settings"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/superagents-lab/xcode27-skills" that are relevant to the current task. Run `npx skills add "https://github.com/superagents-lab/xcode27-skills"` and select the relevant skills, then follow their instructions.