
"After I fill the form and hit send, the information is not stored on my database and I don't receive any e-mail confirming that the information was submitted.
I expect a flow of: Fill the form → Store Information on Table X → E-mail confirmation"
"CONTEXT: Payment is not working on my courses appPROBLEM: When I click at the payment button, it is not processedCURRENT BEHAVIOR: The button loads but does not process the paymentEXPECTED BEHAVIOR: Button should load a payment form to process the paymentTEST: Input a 0,01 dollar charge and I will use my credit card to test it"
"My screen / preview is completely blank. It used to show (this thing ). Could you identify the error and create a plan on how to fix it?"
"The screen / preview remains blank. Could you check for: Syntax errors in the code, issues with imports, conflicts between components; after, based on your findings, design a plan to fix the errors"
"On page (X ) , the components are misaligned:
- (Component Y) should be (in this place ) instead of (this place )
- (Pop-up Z) is overflowing / going out of the screen
- The spacing between (Component Z) and (Component W) is (too large / small )
Could you develop a plan to solve these issues?"
Attach a screenshot of what it is not looking good.
"The ( button X ) on the ( page / table / form Y ) is not working.
When I click, it should ( expected result) , instead it is doing ( unexpected result ) . Could you analyze the error and fix the functionality?"
"The ( form X ) on the ( page Y ) is not saving the data. When I click, it should ( expected result, like save the data) , instead it is doing ( unexpected result, not saving it ) . Could you analyze the error / logs and fix the functionality?"
"Screen navigation is not working: - On ( page X ), I click the ( link / button Y ) on the footer, that should redirect to the ( page Z ), but it is redirecting me to ( page W ). Could you analyze it and fix the navigation flow?"
"I am experiencing a loss of connection to Supabase. The data is not loading and authentication failing. (Share any specific error messages encountered ) . Could you investigate and help re-establish the connection to Supabase?"
The data I submitted through the application is not visible in the expected display list:
- Data submitted: (details of the data saved )
- Expected display location: (specific area or list in the UI )
- Current view: (description of what is currently shown or missing )
Please investigate if there is an issue with how this data is being retrieved.
We're observing significant performance degradation in the application. Please provide details on the following:
SLOW SITUATIONS:
- When performing [specific user action]: observed delay of [duration]
- Screen [name of screen/module]: experiences slow load times
- Function [name of specific function/feature]: intermittently freezes or becomes unresponsive for [duration]
IDEAL BEHAVIOR:
- All interactions should be fluid, smooth and completed quickly
Analyze the current code, the reported issues and improve the performance of this app.
PROBLEMImages within the application are experiencing significant delays in loading and appearing.CONTEXT
Approximate Image Size: (if known )
Occurrences: (specific pages )
Affected Devices: (computer / mobile/ both )OPTIMIZATION GOALOptimize image delivery and rendering to ensure fast loading times across all affected areas and devices.
CONTEXT: I am currently experiencing a persistent error loop where previous attempts to resolve issues have inadvertently introduced new problems, hindering progress and requiring a fresh perspective.EXPECTED RESULT: (what you wanted to do )PROBLEM: The application is caught in a self-perpetuating cycle where each attempted solution creates additional errors.CURRENT RESULT: ( what you are getting )ATTEMPTS MADE: (what has already been tried )Analyze the code, the attempts made and, after that, help me brainstorm a different approach on how to achieve the expected result.


Project guidelines: What to prioritize, what to avoid or how decisions should be made.User personas: Detailed descriptions of your target users and their needs.Design assets: Color palettes, typography, layout rules and other visual elements.Coding conventions: Naming conventions, formatting rules and file structure.External references: Links to API docs, internal tools, design systems or style guides.Security practices: Guidelines for secure coding, data protection and handling sensitive information.Compliance requirements: Any legal or regulatory requirements your project must adhere to.
"Let's implement (feature X ), help me come up with a strategic plan to achieve:
STEP 1: (first part )
STEP 2: (second part )
STEP 3: (third part )
We should start with step 1, and then move to the other steps."