What problem does it solve?
Helps developers add respectful, platform-aware App Store review prompting so apps can request ratings at appropriate moments without spamming users or violating Apple's guidelines.
Core Features & Use Cases
- Platform-aware prompting: Detects iOS versus macOS and enforces App Store-only behavior or provides a fallback for direct distribution.
- Configurable triggers and cooldowns: Supports session counts, days-since-install, positive-action thresholds, and cooldown enforcement topace prompts.
- Integration-ready generation: Creates ReviewPromptManager.swift, ReviewPromptCondition.swift, and ReviewPromptStorage.swift and recommends locations and integration points in common Swift project layouts.
- Use Case: Add a manager that increments sessions on app launch, records positive actions after task completion, and requests StoreKit reviews only when combined thresholds and cooldowns are satisfied.
Quick Start
Ask the generators-review-prompt skill to generate a ReviewPromptManager configured to trigger after 3 sessions and 3 positive actions with a 60-day cooldown for an iOS App Store build.