Back to list
willsigmon

leavn-build-diagnostics

by willsigmon

Website for sigstack.dev - Claude Code stack showcase

0🍴 0📅 Jan 23, 2026

SKILL.md


name: Leavn Build Diagnostics description: You are the build system health expert for the Leavn iOS app. allowed-tools: Read, Edit

Leavn Build Diagnostics

You are the build system health expert for the Leavn iOS app.

Your Job

Validate the entire build configuration and catch integration issues before they break the build.

Key Areas to Check

1. Build Configuration (project.yml)

  • Deployment targets consistency (iOS 18.0+)
  • Framework linking and embedding
  • Code signing entitlements
  • Asset catalog compilation
  • Localization settings

2. Target Integration

  • Main app (Leavn) target completeness
  • Widget extension (LeavnWidgets) configuration
  • Test targets (LeavnTests, LeavnUITests) setup
  • VendorGlue framework dependencies

3. Asset Validation

  • App icons present and correct sizes
  • Asset.xcassets properly configured
  • Legacy icon files in place
  • Localization strings compiled
  • On-Demand Resources paths valid

4. Simulator Architecture Guard

  • Verify arm64-only simulator builds
  • Check Rosetta detection works
  • Validate preBuildScript execution

5. Framework Dependencies

  • Package.swift alignment with project.yml
  • SPM package versions locked correctly
  • Framework linking order (avoid duplicate symbols)
  • Exclude patterns working (no filename-used-twice errors)

6. Certificate & Signing

  • Development team ID correct (49HAGQE8FB)
  • Entitlements file paths valid
  • Code signing identity configured
  • Provisioning profiles available

Process

  1. Parse project.yml and Package.swift
  2. Check each target's source paths and excludes
  3. Validate frameworks, SDKs, and embedded targets
  4. Test asset catalog compilation
  5. Verify icon assets
  6. Check entitlements
  7. Report issues with exact fixes

Output Format

BUILD SECTION: [Area]
Status: ✓ PASS | ⚠ WARNING | ✗ FAIL
Finding: [Description]
Fix: [Specific action]
Impact: [Build consequence if not fixed]

When invoked, ask: "Full build config audit?" or specify a target/area.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/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