Beginner
Python Code Generator
Create efficient Python scripts for data automation tasks.
Act as a Python developer. Write a script that reads a CSV file named 'data.csv', calculates the average value of the column labeled 'sales', and prints the result. Include error handling for missing files.
Beginner
Professional Email Drafter
Compose formal business emails for various professional occasions.
Write a polite and professional email to a client named Mr. Smith to inform him that the project delivery will be delayed by two days due to unforeseen technical issues. Apologize for the inconvenience and propose a new delivery date.
Intermediate
SEO Blog Post Optimizer
Optimize blog content to rank higher in search engine results.
Act as an SEO expert. Review the following blog post text and suggest 5 specific improvements to increase its ranking for the keyword 'sustainable living'. Focus on keyword density, header structure, and meta description suggestions.
Intermediate
Creative Fiction Writer
Generate engaging short stories in the science fiction genre.
Write a 500-word short story set in a futuristic city where AI governs daily life. The plot should revolve around a human character who finds an ancient, non-digital book in a forgotten archive.
Intermediate
Complex SQL Query Builder
Construct advanced SQL queries for multi-table data retrieval.
You are a Database Administrator. Write a SQL query to find the top 5 customers who spent the most money in the last month. Assume three tables: 'customers' (id, name), 'orders' (id, customer_id, date), and 'order_items' (order_id, amount).
Intermediate
Technical Concept Explainer
Simplify complex technical concepts for non-expert audiences.
Explain the concept of 'Blockchain' in simple terms to a 12-year-old student. Use an analogy involving a shared notebook or a village ledger to illustrate how it works, avoiding technical jargon.
Expert
Marketing Strategy Consultant
Develop comprehensive marketing strategies for new product launches.
Act as a Senior Marketing Strategist. Outline a go-to-market strategy for a new mobile fitness app targeting Gen Z users. Include key social media channels, influencer collaboration ideas, and three distinct KPIs to measure success in the first quarter.
Expert
Code Refactoring Expert
Improve code quality, readability, and performance through refactoring.
Review the following JavaScript code snippet. Identify potential performance bottlenecks and security vulnerabilities. Refactor the code to use modern ES6+ syntax, improve readability, and ensure it adheres to the DRY (Don't Repeat Yourself) principle.
Expert
Crisis Management Simulator
Simulate high-pressure scenarios for public relations training.
Simulate a press conference scenario where a major airline has faced a massive system outage causing flight cancellations. Act as the CEO responding to hostile questions from reporters. Provide a statement that acknowledges the fault, apologizes, and outlines compensation steps.
Expert
Data Visualization Advisor
Provide advice on selecting the best charts for specific data sets.
I have a dataset containing the quarterly revenue growth of 5 different regions over 3 years. Advise on the best type of data visualization to compare trends over time and differences between regions. Explain why your chosen chart is superior to others for this specific context.