review-prompt
Generates smart App Store review prompt infrastructure with configurable conditions and platform detection. Use when user wants to add review prompts, request ratings, or implement StoreKit reviews.
npx skills add rshankras/claude-code-apple-skills --skill review-prompt --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Review Prompt Generator Generate smart App Store review prompting with configurable trigger conditions, platform detection, and proper timing logic. ## When This Skill Activates Use this skill when the user: - Asks to "add review prompt" or "request reviews" - Mentions "App Store rating" or "app reviews" - Wants to "prompt for ratings" or "ask for reviews" - Asks about "StoreKit review" or "SKStoreReviewController" ## Platform Detection (CRITICAL) **This skill only applies to App Store distributed apps.** ### iOS Apps - Always applicable (iOS apps require App Store) ### macOS Apps Detection steps: 1. Check for `com.apple.application-identifier` entitlement 2. Look for Mac App Store related code 3. If unclear, **ASK THE USER**: - "Is this app distributed via Mac App Store or direct download?" ### If NOT App Store: - Explain that StoreKit reviews only work for App Store apps - Offer alternative: In-app feedback form - Skip generation or generate feedback form instead ## Pre-Generation Checks ### 1. Project Context Detection - [ ] Determine platform (iOS/macOS) - [ ] Check distribution method (App Store vs direct) - [ ] Search for existing review prompt code - [ ] Identify App entry
- When This Skill Activates
- Platform Detection (CRITICAL)
- iOS Apps
- macOS Apps
- If NOT App Store:
- Pre-Generation Checks
- 1. Project Context Detection
- 2. Conflict Detection
- Configuration Questions
- Generation Process
- Step 1: Create Core Files
- Step 2: Determine File Location
- Step 3: Add Platform Guards
- Output Format
What does the review-prompt skill do?
Generates smart App Store review prompt infrastructure with configurable conditions and platform detection. Use when user wants to add review prompts, request ratings, or implement StoreKit reviews.
How do I install it?
Run `npx skills add rshankras/claude-code-apple-skills --skill review-prompt --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
