원클릭으로
interface-builder-validator
Parse and validate XIB/Storyboard files for broken outlets, warnings, accessibility
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Parse and validate XIB/Storyboard files for broken outlets, warnings, accessibility
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate 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
| name | interface-builder-validator |
| description | Parse and validate XIB/Storyboard files for broken outlets, warnings, accessibility |
| type | skill |
| language | python |
Validate XIB and Storyboard files for common issues.
ib_validator.py - Parse and validate IB files
# Validate all XIBs
./ib_validator.py validate --path "PaleoRose/**/*.xib"
# Check specific file
./ib_validator.py check XRoseDocument.xib
# Find broken outlets
./ib_validator.py broken-outlets
# Accessibility audit
./ib_validator.py accessibility
Interface Builder Validation
============================
XRoseDocument.xib:
✓ All outlets connected
⚠ Missing accessibility label (3 views)
⚠ Ambiguous width for view at line 234
MainMenu.xib:
✓ No issues found
Total: 2 warnings, 0 errors