What problem does it solve?
Many apps lack a unified, privacy-aware way to collect user feedback, reproduce bugs, and route satisfied users to leave App Store reviews while routing unhappy users to support; this Skill generates a production-ready in-app feedback form that captures sentiment, optional screenshots, device diagnostics, and delivers entries via email or webhook.
Core Features & Use Cases
- Sentiment-based routing: Routes high ratings to App Store review prompts and low ratings to support flows.
- Rich submissions: Category selection, free-text message, compressed screenshots, and device diagnostics for reproducible bug reports.
- Flexible delivery: Email composer (MessageUI / NSSharingService) and webhook JSON payloads with base64-encoded attachments and retry/queueing strategies.
- Platform-aware: SwiftUI-first implementation with platform conditionals for iOS and macOS and fallbacks for missing capabilities.
- Use Case: Add a "Send Feedback" sheet that captures a screenshot, diagnostic context, and posts to a backend webhook for triage.
Quick Start
Ask the skill to generate a FeedbackFormView, data models, and submitters configured to send entries to your webhook URL.