Free Prompt Library


The Prompt Library is an innovative tool offering a curated collection of free text, image, and video prompts across various domains. Designed for seamless execution on generative AI platforms like ChatGPT, Bard, Claude, and others, it’s a go-to resource for enhancing AI interactions and creativity.


Prompt Name Prompt Type Category Actions
Write test cases Write unit tests for [CASES TO BE TESTED] on the below code snippet. You should follow [UNIT TESTING GUIDELINES TO FOLLOW]. Your tests should be written in [LANGUAGE AND FRAMEWORK TO BE USED]. [CODE YOU WANT TO WRITE TEST CASES FOR] Text Software engineering, Test cases, QA
Copy Add
Generate test cases for requirements Generate a test plan for the requirements listed below. Your tests should follow [TEST FORMAT GUIDELINES]. Requirements: [LIST THE TASK'S REQUIREMENTS] Text Software engineering, QA, Test Cases
Copy Add
Generate test data Generate SQL insert statements to populate the following tables with [NUMBER OF ENTRIES] entries of dummy data that [REQUIREMENTS FOR THE DATA TO BE GENERATED]. [CREATE STATEMENTS OF THE TABLES TO POPULATE] Text Software engineering, Test data, QA
Copy Add
Learn from the Teacher Teach me the [ANY THEOREM / TOPIC / RULE NAME]. Include a test at the end, but don’t give me the answers and then tell me if I got the answer right when I respond. Text Teaching, Student, Teacher
Copy Add
Automatic Machine Learning Act as an automatic machine learning (AutoML) bot using TPOT for me. I am working on a model that predicts [...]. Write python code to find the best classification model with the highest AUC score on the test set. Text AutoML, TPOT, Machine Learning, Python
Copy Add
Act as a Travel Guide I want you to act as a travel guide. I will write you my location and you will suggest a place to visit near my location. In some cases, I will also give you the type of places I will...more Text Travel Recommendations, Location-Based Suggestions
Copy Add
Automating Model Selection with TPOT for Prediction Act as an automatic machine learning (AutoML) bot using TPOT. I am working on a model that predicts [TARGET VARIABLE NAME]. Write Python code to find the best classification model with the highest AUC score on the test set. Text AutoML, TPOT, Classification Model
Copy Add
Unit Test Writing for Function Act as an expert programmer in [PROGRAMMING LANGUAGE]. Write unit tests for the function [FUNCTION NAME]? [INSERT INSTRUCTIONS, IF ANY] [INSERT CODE] Text Unit Testing, Quality Assurance, Programming
Copy Add