Scans the project for App Store Review rejection patterns and generates a comprehensive preflight report. Checks metadata, subscriptions, privacy, design guidelines, entitlements, and health/fitness-specific rules. Use before submitting to the App Store.
Validates project compliance with AppTheme, MVVM architecture, forbidden patterns, and file structure rules. Use after completing features or before reviews.
Handles App Store Connect operations for an iOS app: metadata, TestFlight, review submission, signing, build upload, screenshots, localization, app records, and asc CLI workflows. Does not manage RevenueCat catalog state or app feature code.
Coordinates iOS subscription and IAP work across App Store Connect, RevenueCat, and local metadata. Use for product catalog changes, pricing strategy, trials, intro offers, localization, and ASC to RevenueCat drift.
Investigates and fixes unresolved build errors from .agents/errors/errors.md. Reads error context, searches for root cause, applies fix, verifies build, and updates the error ledger with resolution details.
Scans Swift source and xcstrings catalogs for unlocalized user-facing strings, missing locale values, RTL issues, and formatting mistakes before App Store submission.
Handles RevenueCat-only work for an iOS app: products, entitlements, offerings, packages, SDK keys, customer debugging, and dashboard/API verification. Does not touch App Store Connect or Swift feature code.
Analyzes resolved errors from .agents/errors/errors.md and updates rules or skills to prevent recurrence. Checks existing coverage before proposing changes. Never creates new rules — patches holes in existing ones.