#email
#communication
#business
Create a professional email to decline a business invitation without burning bridges.
Draft a professional email declining an invitation to speak at a conference due to a scheduling conflict. Express gratitude for the invitation, briefly explain the conflict without over-sharing, and express a desire to collaborate in the future. Keep the tone polite and professional.
#python
#refactoring
#optimization
Optimize a Python function for better performance and readability.
Refactor the following Python code snippet to improve its time complexity and adhere to PEP 8 style guidelines. Add comments explaining the changes made. [Paste code here]
#summarization
#notes
#productivity
Convert raw meeting notes into a structured summary with action items.
Summarize the following meeting notes into a concise format. The output must include three sections: 'Key Decisions Made', 'Action Items' (with assigned owners if mentioned), and 'Main Discussion Points'. [Paste notes here]
#sql
#database
#query-writing
Write a SQL query to join multiple tables and aggregate data.
Write a PostgreSQL query that lists the top 5 customers by total purchase amount in the last month. Assume tables named 'customers' (id, name) and 'orders' (id, customer_id, amount, date). Join the tables, filter for the last month, group by customer, and order by the total sum descending.
#javascript
#debugging
#problem-solving
Identify and fix a logical error in a JavaScript function.
Analyze the following JavaScript function intended to reverse a string. Identify the bug causing the output to be undefined, provide the corrected code, and explain why the original code failed. [Paste code here]
#content-creation
#blogging
#planning
Generate a structured outline for a 'How-to' blog post.
Create a detailed outline for a 1500-word blog post titled '10 Tips for Remote Work Productivity'. The outline should include a catchy introduction, 10 main headings with 2-3 bullet points under each, and a conclusion with a call to action.
#analysis
#data
#business-intelligence
Interpret a dataset to identify trends and provide recommendations.
Analyze the following monthly sales data for a fictional software company. Identify two significant trends in the data, suggest possible reasons for these trends, and propose three actionable strategies to improve sales for the next quarter based on this analysis. [Paste data here]
#testing
#python
#quality-assurance
Create comprehensive unit tests for a specific class or function.
Write a comprehensive suite of unit tests using the 'unittest' framework for the following Python class. Include tests for standard usage, edge cases (like empty inputs), and expected error handling. [Paste class code here]
#parsing
#json
#data-formatting
Extract structured data from a paragraph of text.
Parse the following text containing invoice details and convert it into a valid JSON object. The JSON keys should be: invoice_number, date, vendor_name, total_amount, and items (an array of objects with description and quantity). [Paste text here]
#editing
#style
#grammar
Rewrite a paragraph to be more concise and active.
Rewrite the following paragraph to improve its clarity and conciseness. Change passive voice to active voice, remove unnecessary filler words, and ensure the tone is professional. [Paste paragraph here]
#planning
#productivity
#organization
Generate a structured to-do list based on a user's goals and time constraints.
I have the following tasks for today: [Insert Tasks]. Please organize them into a prioritized to-do list, estimate the time needed for each, and suggest the best order to complete them to maximize efficiency.
#email
#business
#writing
Draft a professional email for a specific business context.
Draft a professional email to [Recipient's Name/Role] regarding [Topic]. The tone should be [formal/casual/assertive]. Include a clear subject line, a greeting, the main body explaining [Key Details], and a closing call to action.
#summarization
#reading
#study
Summarize long-form text into bullet points.
Please provide a concise summary of the following text. Use bullet points to highlight the main arguments and conclusions: [Insert Text Here]
#cooking
#food
#lifestyle
Suggest a simple recipe based on available ingredients.
I have the following ingredients in my kitchen: [List Ingredients]. Please suggest a simple and delicious recipe I can make with these items. Include step-by-step cooking instructions.
#learning
#self-improvement
#planning
Create a step-by-step plan to learn a new skill.
I want to learn [Specific Skill] in [Timeframe, e.g., 3 months]. Create a comprehensive learning roadmap broken down by weeks. Include recommended resources, key milestones, and practice exercises.