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 aduermael/herm --skill audit-xcode-security-settingsInstalls into the current project.
Run `npx skills use "https://github.com/aduermael/herm" --skill "aduermael/herm/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/aduermael/herm" that are relevant to the current task. Run `npx skills add "https://github.com/aduermael/herm"` and select the relevant skills, then follow their instructions.