Back to list
paleoterra

xcodeproj-analyzer

by paleoterra

Refactoring PaleoRose Repo

2🍴 0📅 Jan 11, 2026

SKILL.md


name: xcodeproj-analyzer description: Parse and analyze Xcode project files to identify configuration issues, missing files, and build settings type: skill language: python

Xcodeproj Analyzer

Parse .xcodeproj files to analyze build configurations, find issues, and generate reports.

Capabilities

  • Parse project.pbxproj files
  • List all targets and their configurations
  • Find missing file references
  • Identify duplicate file entries
  • Analyze build settings
  • Check code signing configuration
  • List dependencies between targets
  • Find unused build phases
  • Validate schemes
  • Generate project structure reports

Tools Included

xcodeproj_reader.py

Python 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

Usage

Invoke when you need to:

  • Debug project configuration issues
  • Find missing or duplicate files
  • Analyze build settings
  • Generate project documentation
  • Validate project structure
  • Compare configurations across targets

Integration

  • Complements file-organizer skill
  • Works with build-time-optimizer
  • Supports dependency-analyzer

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon