feedback-form

Generate in-app feedback forms for iOS and macOS with Swift code.

603|51|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill feedback-form
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-form
Source: https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/generators/feedback-form
Command: npx skills add https://github.com/rshankras/claude-code-apple-skills --skill feedback-form

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of collecting user feedback, bug reports, and feature requests directly within your application, ensuring valuable insights are captured efficiently.

Core Features & Use Cases

  • Categorized Feedback: Users can select from predefined categories (Bug Report, Feature Request, etc.).
  • Sentiment Analysis: Automatically routes positive feedback towards App Store reviews and negative feedback towards support channels based on a rating.
  • Rich Data Collection: Includes optional screenshot attachments and essential device diagnostics for context.
  • Flexible Delivery: Supports email or webhook for submission.

Quick Start

Use the feedback-form skill to add an in-app feedback form to your application.

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 my iOS app?

An in-app feedback form for iOS captures categorized user input, bug reports, and feature requests. It uses sentiment-based routing to direct positive feedback to the App Store and negative feedback to support channels, including device diagnostics.

How do I route positive app feedback to App Store reviews automatically?

Routing app feedback to App Store reviews is managed by sentiment analysis based on a user rating threshold. Positive feedback triggers an App Store review prompt, while negative feedback routes to a support channel.

Can I collect device diagnostics and screenshots in a macOS bug report?

Yes, collecting device diagnostics and optional screenshot attachments in a macOS bug report is supported. The feedback form automatically gathers essential system context and attaches images to provide better debugging information.

How do I submit user feedback from an iOS app to a webhook?

Submitting user feedback from an iOS app to a webhook requires implementation of submission logic within your Swift codebase. The generated feedback form includes flexible delivery options supporting both email and webhook endpoints.

Does the feedback form skill work for both iOS and macOS applications?

Yes, the feedback form generation supports both iOS and macOS applications. It outputs production-ready Swift code, including data models, UI views, and submission logic tailored for native Apple platform development.

What categories of user input can an in-app feedback form support?

An in-app feedback form supports predefined categories of user input such as Bug Reports and Feature Requests. This allows users to select specific categories to streamline the collection and routing of feedback.