feedback-form

Creates iOS feedback forms with Firebase Crashlytics integration and SMS verification for secure user authentication and activity tracking.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill feedback-form-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-form
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/generators/feedback-form
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill feedback-form-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates an in-app feedback collection form with category selection, text input, optional screenshot attachment, device diagnostics, and smart routing — directing happy users to App Store reviews and unhappy users to support. Use when user wants feedback, bug reports, feature requests, or contact support forms.

Core Features & Use Cases

  • In-app feedback form with category selection, sentiment-based routing, message input, optional screenshot attachment, and device diagnostics.
  • Delivers feedback via email or webhook with optional screenshot payloads, routing based on sentiment to App Store or support.
  • Provides a ready-to-activate SwiftUI view for collecting feedback and handling submissions in production apps.

Quick Start

Invoke the feedback form from any screen to collect categorized user feedback with optional screenshots and diagnostics, then route based on sentiment.

Frequently Asked Questions about feedback-form

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

FAQPage Schema
How do I add an in-app feedback form to a SwiftUI iOS app?

An in-app feedback form for SwiftUI collects categorized user input, optional screenshots, and device diagnostics, then routes submissions via email or webhook delivery based on sentiment.

What is sentiment-based routing for app feedback?

Sentiment-based routing directs happy users to App Store review prompts while routing unhappy users to support channels. This ensures positive experiences drive public reviews and negative issues reach support.

Can I collect device diagnostics and screenshots with an in-app bug report?

Yes, an in-app bug report can collect device diagnostics and optional screenshot attachments alongside categorized text input. These payloads are then delivered via email or webhook for support teams to review.

Does this feedback form work for feature requests and app store reviews?

Yes, the feedback form supports categories for Bug Reports, Feature Requests, General Feedback, Praise, or Other. It routes happy users to app store reviews and unhappy users to support channels.

How do I deliver categorized user feedback to a webhook?

To deliver categorized user feedback to a webhook, configure the submission handler to send the feedback entry data, including optional screenshot payloads, directly to your specified webhook URL for processing.

What are the limitations of using a SwiftUI form for in-app feedback collection?

A SwiftUI form for in-app feedback collection is limited to iOS applications and requires implementing delivery via email or webhook. It does not provide a backend server to store feedback entries directly.