Feedback Sender Patch
Created by Shun Tsukamoto
Streamline feedback collection in Create with structured XML-like tags for seamless bug reports and success stories.
Introduction
The Feedback Sender Patch is a Custom Instruction designed to provide a structured way for users to directly submit feedback, bug reports, and success stories through Create's chat interface. When added as a Custom Instruction, the Patch monitors user messages for a specific XML-like pair of tags called <FeedbackSender>. When this tag pair is detected with properly formatted content, the AI system automatically processes the feedback and routes it to the Create team using the internal notification tool.
The Patch includes sophisticated validation logic to ensure that only legitimate feedback is processed, while maintaining the normal AI conversation flow for all other interactions.
Key Features
- Seamless integration with existing AI workflows
- Automatic validation and processing of feedback
- Support for technical issues and success reports
- Maintains conversation context and flow
Usage
Feedback Sender Patch
Loading patch data...
How to Set Up the Patch in Create
Add the Patch
Copy the full text of the Feedback Sender Patch above and activate it as a Custom Instruction in the project where you want to send feedback to the Create team.
Submit Feedback Using Tags
To send feedback to the Create team, use <FeedbackSender> tags in your messages with your feedback content inside. You can introduce yourself there. The feedback content inside of these tags will be sent to the Create team as a custom message without modification, though its delivery is not guaranteed.
You may also add an instruction outside of the tags to include the custom message in your feedback.
Example
<FeedbackSender>I found a bug where the file upload feature doesn't work on mobile devices. The upload button becomes unresponsive after selecting a file.</FeedbackSender>