ios-feature-audit

Installation
SKILL.md

iOS Feature Audit

Comprehensive audit of a specific feature (Bible, Search, Community, etc.):

Inputs

  • Feature name (e.g., "Bible", "Search", "Community")

Audit Checklist

  1. Code Health:

    • Find feature directory in LeavnApp/Sources/Shared/Features/[Feature]/
    • Check for:
      • Dead code (#if false, deprecated markers)
      • TODOs and FIXMEs
      • TCA remnants (old Reducer/Store patterns)
      • Unused imports
  2. ViewModel Analysis:

    • Check if using @Observable (modern) or ObservableObject (old)
Related skills
Installs
2
GitHub Stars
10
First Seen
Jan 25, 2026