원클릭으로
xcodeproj-analyzer
Parse and analyze Xcode project files to identify configuration issues, missing files, and build settings
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Parse and analyze Xcode project files to identify configuration issues, missing files, and build settings
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | xcodeproj-analyzer |
| description | Parse and analyze Xcode project files to identify configuration issues, missing files, and build settings |
| type | skill |
| language | python |
Parse .xcodeproj files to analyze build configurations, find issues, and generate reports.
xcodeproj_reader.pyPython script to parse and analyze Xcode project files
Commands:
# Show project summary
./xcodeproj_reader.py PaleoRose.xcodeproj summary
# List all targets
./xcodeproj_reader.py PaleoRose.xcodeproj targets
# Find missing files
./xcodeproj_reader.py PaleoRose.xcodeproj missing-files
# Check build settings
./xcodeproj_reader.py PaleoRose.xcodeproj build-settings <target>
# Export configuration
./xcodeproj_reader.py PaleoRose.xcodeproj export-json output.json
Invoke when you need to:
file-organizer skillbuild-time-optimizerdependency-analyzerGenerate comprehensive API documentation using DocC (Swift-DocC) for your PaleoRose project
Analyze and optimize Xcode asset catalogs - find unused assets, missing resolutions, compress images
Analyze and optimize Xcode build times by identifying slow compilation units and suggesting improvements
Generate CI/CD configurations and automation scripts for building, testing, and deploying
Calculate code quality metrics - complexity, coverage, maintainability
Parse and analyze macOS crash logs to identify crash causes and debugging information