Prompt Template Library
Pre-built prompt templates for various AI tasks. Customize and save your favorites.
Development
Code Review
Please review the following code for: 1. Potential bugs and errors 2. Code quality and best practices 3. Performance optimizations 4. Security vulnerabilities 5. Readability and maintainability Provide specific suggestions for improvement. Code: ``` {CODE} ```
Bug Fixer
I have a bug in my code. Here's what's happening: Expected behavior: {EXPECTED} Actual behavior: {ACTUAL} Error message: {ERROR} Code: ``` {CODE} ``` Please help me identify and fix the issue.
Documentation Generator
Generate comprehensive documentation for the following code. Include: - Function/method descriptions - Parameter explanations - Return value descriptions - Usage examples - Edge cases and notes Code: ``` {CODE} ```
Test Case Generator
Generate unit tests for the following code. Include: - Happy path tests - Edge cases - Error handling tests - Mock data examples Use {FRAMEWORK} testing framework. Code: ``` {CODE} ```
Writing
Content Summarizer
Summarize the following text in {LENGTH} sentences. Focus on the key points and main ideas: {TEXT}
Professional Email
Write a professional email with the following details: To: {RECIPIENT} Subject: {SUBJECT} Purpose: {PURPOSE} Tone: {TONE} Key points to include: - {POINT1} - {POINT2} - {POINT3}
Blog Post Outline
Create a detailed blog post outline for: Topic: {TOPIC} Target audience: {AUDIENCE} Goal: {GOAL} Include: - Catchy title - Introduction hook - Main sections with subpoints - Conclusion - Call to action
Grammar and Style
Improve the following text for: - Grammar and spelling - Clarity and conciseness - Professional tone - Readability Original text: {TEXT}
SEO & Marketing
Meta Description
Write 3 compelling meta descriptions (max 155 characters each) for: Page title: {TITLE} Main keywords: {KEYWORDS} Target audience: {AUDIENCE} Make them click-worthy and SEO-optimized.
Product Description
Write a compelling product description for: Product: {PRODUCT} Key features: {FEATURES} Target customer: {CUSTOMER} Unique selling points: {USP} Tone: {TONE} Length: {LENGTH} words
Social Media Post
Create a social media post for {PLATFORM}: Topic: {TOPIC} Goal: {GOAL} Tone: {TONE} Include: - Engaging hook - Value proposition - Call to action - Relevant hashtags
Keyword Research
Generate keyword ideas for: Main topic: {TOPIC} Industry: {INDUSTRY} Target audience: {AUDIENCE} Provide: - 10 primary keywords - 15 long-tail keywords - Question-based keywords - Related topics
Data Analysis
Data Interpreter
Analyze the following data and provide insights: Data: {DATA} Please provide: 1. Key findings 2. Trends and patterns 3. Anomalies or outliers 4. Recommendations 5. Visualization suggestions
SQL Query Generator
Generate a SQL query for: Database type: {DB_TYPE} Tables involved: {TABLES} Requirements: {REQUIREMENTS} Include: - Optimized query - Explanation of logic - Index suggestions if needed
Data Cleaning
Help me clean this dataset. Issues to address: - {ISSUE1} - {ISSUE2} - {ISSUE3} Data sample: {DATA} Provide cleaning steps and code examples.
Translation
Professional Translation
Translate the following text from {SOURCE_LANG} to {TARGET_LANG}. Maintain: - Professional tone - Cultural context - Technical accuracy Text: {TEXT}
Localization
Localize the following content for {COUNTRY}/{REGION}: Original: {TEXT} Consider: - Cultural nuances - Local idioms - Date/time formats - Currency - Measurement units