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
- 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
- Dead code (
- Find feature directory in