review-prompt

Generate App Store review prompt infrastructure with configurable triggers and platform detection.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill review-prompt-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-prompt
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/generators/review-prompt
Command: npx skills add https://github.com/venomez-viper/PathWise --skill review-prompt-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of fine-tuned App Store review prompts with platform detection and configurable triggers to improve user consent and rating conversions.

Core Features & Use Cases

  • Platform-aware generation for iOS and macOS Store prompts.
  • Configurable triggers based on sessions, days since install, and user actions.
  • Integration-ready scaffolding with recommended files and guidelines for StoreKit usage.

Quick Start

Configure a review-prompt workflow for App Store apps by following the generated core files and integration steps.

Frequently Asked Questions about review-prompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure App Store review prompts with custom triggers in iOS?

App Store review prompts in iOS can be configured using generated Swift files like ReviewPromptManager.swift to define custom triggers based on sessions, days since install, and user actions.

Can I use StoreKit review prompts for both iOS and macOS apps?

Yes, StoreKit review prompts support platform-aware generation for both iOS and macOS apps distributed via the App Store, applying platform detection and timing logic.

What is the best way to automate App Store rating prompt timing logic?

Automating App Store rating prompt timing logic is best handled by generating configurable trigger conditions and storage files like ReviewPromptCondition.swift and ReviewPromptStorage.swift.

How do I integrate StoreKit review request guidelines into my Swift project?

You integrate StoreKit review request guidelines by following the generated integration steps and core files provided, which adhere to StoreKit rules described in the SKILL.md.

Does this review prompt scaffolding work without external dependencies?

Yes, the review prompt scaffolding works without external dependencies, providing integration-ready core files and StoreKit guidelines directly within your iOS or macOS project.